sparc: move EXPORT_SYMBOL to the symbols definition
[deliverable/linux.git] / arch / sparc / kernel / idprom.c
index c16135e0c151bea8337c605d391b5fbf6828c0b1..57922f69c3f753fcac325b70c1757dd61554a3ea 100644 (file)
@@ -8,11 +8,14 @@
 #include <linux/kernel.h>
 #include <linux/types.h>
 #include <linux/init.h>
+#include <linux/module.h>
 
 #include <asm/oplib.h>
 #include <asm/idprom.h>
 
 struct idprom *idprom;
+EXPORT_SYMBOL(idprom);
+
 static struct idprom idprom_buffer;
 
 #ifdef CONFIG_SPARC32
This page took 0.025198 seconds and 5 git commands to generate.