diff options
author | Frank Lichtenheld <frank@lichtenheld.de> | 2008-02-03 08:59:02 -0500 |
---|---|---|
committer | Adrian Bunk <bunk@kernel.org> | 2008-02-03 08:59:02 -0500 |
commit | 8457403db6abebf4462636986c7e46ce12fe68c4 (patch) | |
tree | 11fb66e355043176f71448087400997dd63b761b /include/asm-parisc | |
parent | 0868ff7a4215f9244037b63a2952761cbe196a07 (diff) |
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>
Diffstat (limited to 'include/asm-parisc')
-rw-r--r-- | include/asm-parisc/vga.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-parisc/vga.h b/include/asm-parisc/vga.h index 154a84c843a7..171399a88ca6 100644 --- a/include/asm-parisc/vga.h +++ b/include/asm-parisc/vga.h | |||
@@ -3,4 +3,4 @@ | |||
3 | 3 | ||
4 | /* nothing */ | 4 | /* nothing */ |
5 | 5 | ||
6 | #endif __ASM_PARISC_VGA_H__ | 6 | #endif /* __ASM_PARISC_VGA_H__ */ |