From: Paul Mundt Date: Wed, 7 Nov 2007 11:19:30 +0000 (+0900) Subject: sh: Add a dummy vga.h. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=cbeb13447f015d90367c9f72fbf87227f3e186c8;p=deliverable%2Flinux.git 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 --- 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 */