From cbeb13447f015d90367c9f72fbf87227f3e186c8 Mon Sep 17 00:00:00 2001 From: Paul Mundt Date: Wed, 7 Nov 2007 20:19:30 +0900 Subject: 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 --- include/asm-sh/vga.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 include/asm-sh/vga.h (limited to 'include/asm-sh/vga.h') 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 */ -- cgit v1.1