Skip to content

Commit

Permalink
sh: Add a dummy vga.h.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Paul Mundt committed Nov 7, 2007
1 parent 0ac554b commit cbeb134
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions include/asm-sh/vga.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#ifndef __ASM_SH_VGA_H
#define __ASM_SH_VGA_H

/* Stupid drivers. */

#endif /* __ASM_SH_VGA_H */

0 comments on commit cbeb134

Please sign in to comment.