]> err.no Git - linux-2.6/commitdiff
sh: Add a dummy vga.h.
authorPaul Mundt <lethal@linux-sh.org>
Wed, 7 Nov 2007 11:19:30 +0000 (20:19 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 7 Nov 2007 11:19:30 +0000 (20:19 +0900)
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>
include/asm-sh/vga.h [new file with mode: 0644]

diff --git a/include/asm-sh/vga.h b/include/asm-sh/vga.h
new file mode 100644 (file)
index 0000000..06a5de8
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef __ASM_SH_VGA_H
+#define __ASM_SH_VGA_H
+
+/* Stupid drivers. */
+
+#endif /* __ASM_SH_VGA_H */