Commit cbeb1344 authored by Paul Mundt's avatar Paul Mundt
Browse files

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: default avatarPaul Mundt <lethal@linux-sh.org>
parent 0ac554b9
Loading
Loading
Loading
Loading

include/asm-sh/vga.h

0 → 100644
+6 −0
Original line number Diff line number Diff line
#ifndef __ASM_SH_VGA_H
#define __ASM_SH_VGA_H

/* Stupid drivers. */

#endif /* __ASM_SH_VGA_H */