vga.h: Fix prepocessor warning

Mark comment as comment, fixes:
include/asm/vga.h:6:8: warning: extra tokens at end of #endif directive

Signed-off-by: Frank Lichtenheld <frank@lichtenheld.de>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
This commit is contained in:
Frank Lichtenheld 2008-02-03 15:59:02 +02:00 committed by Adrian Bunk
parent 0868ff7a42
commit 8457403db6
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@
/* nothing */
#endif __ASM_PARISC_VGA_H__
#endif /* __ASM_PARISC_VGA_H__ */