From 5ac93f679fe7fa0080591a33b849aa4f31c15ef9 Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Sun, 25 Jun 2006 02:08:47 -0700 Subject: [PATCH] --- yaml --- r: 30440 b: refs/heads/master c: dda9beb41414035de230e78cb53416f3e551295a h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/sparc64/kernel/auxio.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 2309ac22fc0e..0e7c2e3bb97b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 36321426e320c2c6bc2f8a1587d6f4d695fca84c +refs/heads/master: dda9beb41414035de230e78cb53416f3e551295a diff --git a/trunk/arch/sparc64/kernel/auxio.c b/trunk/arch/sparc64/kernel/auxio.c index 2c42894b188f..c2c69c167d18 100644 --- a/trunk/arch/sparc64/kernel/auxio.c +++ b/trunk/arch/sparc64/kernel/auxio.c @@ -6,6 +6,7 @@ */ #include +#include #include #include #include @@ -16,8 +17,8 @@ #include #include -/* 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,