mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 19:46:16 +00:00
0af8e32343
all places that use anything defined in it (vgacon, mdacon and vga16fb) are built only on architectures that have all that stuff in their native asm/vga.h allows to kill stub asm/vga.h on sh, while we are at it... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
5 lines
128 B
C
5 lines
128 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef __ASM_GENERIC_VGA_H
|
|
#define __ASM_GENERIC_VGA_H
|
|
#endif /* __ASM_GENERIC_VGA_H */
|