diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-03-26 22:56:30 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-03-26 22:56:30 +0000 |
commit | b5f5177df0a859f4c403cfcb46a5469c74f94595 (patch) | |
tree | a713000216ac2cecc80b25b30526e8396401884d /drivers/video | |
parent | 0a48863d443ae26155655a9a904192b074ea9131 (diff) |
Make compile even without modules.
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/vga_font.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/video/vga_font.c b/drivers/video/vga_font.c index d6683ee4b..a693f238b 100644 --- a/drivers/video/vga_font.c +++ b/drivers/video/vga_font.c @@ -1,7 +1,8 @@ #include <linux/kernel.h> #include <linux/module.h> +#ifdef MODVERSIONS #include <linux/modversions.h> - +#endif #define cmapsz 8192 |