[SPARC64]: Export auxio_register to modules.
authorDavid S. Miller <davem@sunset.davemloft.net>
Sun, 25 Jun 2006 09:08:47 +0000 (02:08 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 26 Jun 2006 06:15:08 +0000 (23:15 -0700)
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc64/kernel/auxio.c

index 2c42894..c2c69c1 100644 (file)
@@ -6,6 +6,7 @@
  */
 
 #include <linux/config.h>
+#include <linux/module.h>
 #include <linux/kernel.h>
 #include <linux/init.h>
 #include <linux/ioport.h>
@@ -16,8 +17,8 @@
 #include <asm/ebus.h>
 #include <asm/auxio.h>
 
-/* This cannot be static, as it is referenced in irq.c */
 void __iomem *auxio_register = NULL;
+EXPORT_SYMBOL(auxio_register);
 
 enum auxio_type {
        AUXIO_TYPE_NODEV,