arch/x86: Implement <asm/fb.h> with generic helpers
authorThomas Zimmermann <tzimmermann@suse.de>
Mon, 17 Apr 2023 12:56:51 +0000 (14:56 +0200)
committerThomas Zimmermann <tzimmermann@suse.de>
Thu, 20 Apr 2023 08:05:18 +0000 (10:05 +0200)
commit91c249b2b9f6a80c744387b6713adf275ffd296b
tree17915dbcc45402c28d59f33dedd37944dda5a501
parentdb76f19a607d6cf4a9d5868d05675c355e99809c
arch/x86: Implement <asm/fb.h> with generic helpers

Include <asm-generic/fb.h> and set the required preprocessor tokens
correctly. x86 now implements its own set of fb helpers, but still
follows the overall pattern of the other <asm/fb.h> files.

v3:
* clarified commit message

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Dave Hansen <dave.hansen@linux.intel.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Helge Deller <deller@gmx.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20230417125651.25126-20-tzimmermann@suse.de
arch/x86/include/asm/fb.h