Commit cbeb13447f015d90367c9f72fbf87227f3e186c8

Authored by Paul Mundt
1 parent 0ac554b9be

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>

Showing 1 changed file with 6 additions and 0 deletions Side-by-side Diff

include/asm-sh/vga.h
  1 +#ifndef __ASM_SH_VGA_H
  2 +#define __ASM_SH_VGA_H
  3 +
  4 +/* Stupid drivers. */
  5 +
  6 +#endif /* __ASM_SH_VGA_H */