mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-11-19 16:14:13 +08:00
sh: Add a dummy vga.h.
We have nothing to do here, but there are continually drivers that fail to build without it. Stub it in. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
0ac554b9be
commit
cbeb13447f
6
include/asm-sh/vga.h
Normal file
6
include/asm-sh/vga.h
Normal file
@ -0,0 +1,6 @@
|
||||
#ifndef __ASM_SH_VGA_H
|
||||
#define __ASM_SH_VGA_H
|
||||
|
||||
/* Stupid drivers. */
|
||||
|
||||
#endif /* __ASM_SH_VGA_H */
|
Loading…
Reference in New Issue
Block a user