projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ac554b
)
sh: Add a dummy vga.h.
author
Paul Mundt
<lethal@linux-sh.org>
Wed, 7 Nov 2007 11:19:30 +0000
(20:19 +0900)
committer
Paul 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]
patch
|
blob
diff --git a/include/asm-sh/vga.h
b/include/asm-sh/vga.h
new file mode 100644
(file)
index 0000000..
06a5de8
--- /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 */