git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3632142
)
[SPARC64]: Export auxio_register to modules.
author
David S. Miller
<davem@sunset.davemloft.net>
Sun, 25 Jun 2006 09:08:47 +0000
(
02:08
-0700)
committer
David 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
patch
|
blob
|
history
diff --git
a/arch/sparc64/kernel/auxio.c
b/arch/sparc64/kernel/auxio.c
index
2c42894
..
c2c69c1
100644
(file)
--- 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,