From: Frank Lichtenheld Date: Sun, 3 Feb 2008 13:59:02 +0000 (+0200) Subject: vga.h: Fix prepocessor warning X-Git-Tag: v2.6.25-rc1~1059^2~61 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8457403db6abebf4462636986c7e46ce12fe68c4;p=linux-2.6 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 Signed-off-by: Adrian Bunk --- diff --git a/include/asm-parisc/vga.h b/include/asm-parisc/vga.h index 154a84c843..171399a88c 100644 --- a/include/asm-parisc/vga.h +++ b/include/asm-parisc/vga.h @@ -3,4 +3,4 @@ /* nothing */ -#endif __ASM_PARISC_VGA_H__ +#endif /* __ASM_PARISC_VGA_H__ */