aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorDavid S. Miller <davem@sunset.davemloft.net>2006-06-25 02:08:47 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2006-06-25 23:15:08 -0700
commitdda9beb41414035de230e78cb53416f3e551295a (patch)
treec55314996a3384dcd17a9f9ff61fcffc0356a52a /arch
parent36321426e320c2c6bc2f8a1587d6f4d695fca84c (diff)
downloadlinux-dda9beb41414035de230e78cb53416f3e551295a.tar.gz
[SPARC64]: Export auxio_register to modules.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch')
-rw-r--r--arch/sparc64/kernel/auxio.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/sparc64/kernel/auxio.c b/arch/sparc64/kernel/auxio.c
index 2c42894b188fb4..c2c69c167d1824 100644
--- a/arch/sparc64/kernel/auxio.c
+++ b/arch/sparc64/kernel/auxio.c
@@ -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,