summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-03-26 22:56:30 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-03-26 22:56:30 +0000
commitb5f5177df0a859f4c403cfcb46a5469c74f94595 (patch)
treea713000216ac2cecc80b25b30526e8396401884d
parent0a48863d443ae26155655a9a904192b074ea9131 (diff)
Make compile even without modules.
-rw-r--r--drivers/video/vga_font.c3
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