summaryrefslogtreecommitdiffstats
path: root/include/asm-sh/vga.h
diff options
context:
space:
mode:
authorPaul Mundt2007-11-07 12:19:30 +0100
committerPaul Mundt2007-11-07 12:19:30 +0100
commitcbeb13447f015d90367c9f72fbf87227f3e186c8 (patch)
treefd81c79a008bbf4d7c362f4f46633b3856a7ed04 /include/asm-sh/vga.h
parentrtc: rtc-sh: Zero out tm value for invalid rtc states. (diff)
downloadkernel-qcow2-linux-cbeb13447f015d90367c9f72fbf87227f3e186c8.tar.gz
kernel-qcow2-linux-cbeb13447f015d90367c9f72fbf87227f3e186c8.tar.xz
kernel-qcow2-linux-cbeb13447f015d90367c9f72fbf87227f3e186c8.zip
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>
Diffstat (limited to 'include/asm-sh/vga.h')
-rw-r--r--include/asm-sh/vga.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-sh/vga.h b/include/asm-sh/vga.h
new file mode 100644
index 000000000000..06a5de8ace1a
--- /dev/null
+++ b/include/asm-sh/vga.h
@@ -0,0 +1,6 @@
+#ifndef __ASM_SH_VGA_H
+#define __ASM_SH_VGA_H
+
+/* Stupid drivers. */
+
+#endif /* __ASM_SH_VGA_H */