瀏覽代碼

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>
Paul Mundt 17 年之前
父節點
當前提交
cbeb13447f
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      include/asm-sh/vga.h

+ 6 - 0
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 */