Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=cbeb13447f015d90367c9f72fbf87227f3e186c8
Commit:     cbeb13447f015d90367c9f72fbf87227f3e186c8
Parent:     0ac554b9be9fd340aa59e0d6a311986afcea40cf
Author:     Paul Mundt <[EMAIL PROTECTED]>
AuthorDate: Wed Nov 7 20:19:30 2007 +0900
Committer:  Paul Mundt <[EMAIL PROTECTED]>
CommitDate: Wed Nov 7 20:19:30 2007 +0900

    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 <[EMAIL PROTECTED]>
---
 include/asm-sh/vga.h |    6 ++++++
 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 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 */
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to