diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2015-09-29 10:24:05 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-09-29 21:11:13 -0700 |
commit | a77cdaaf2dbc69743bc22354f81bc4ec5e452d40 (patch) | |
tree | 6a94133b8f6f45fd1dc5b93b63630aac98a8d36c /arch/m68k/mac | |
parent | 18785040b088c0d90713606b57a8b1bd4834ec04 (diff) | |
download | talos-obmc-linux-a77cdaaf2dbc69743bc22354f81bc4ec5e452d40.tar.gz talos-obmc-linux-a77cdaaf2dbc69743bc22354f81bc4ec5e452d40.zip |
m68k/mac: Export Peripheral System Controller (PSC) base address to modules
If CONFIG_MACMACE=m:
ERROR: psc [drivers/net/ethernet/apple/macmace.ko] undefined!
Add the missing export to fix this.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/m68k/mac')
-rw-r--r-- | arch/m68k/mac/psc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m68k/mac/psc.c b/arch/m68k/mac/psc.c index cd38f29955c8..2290c0cae48b 100644 --- a/arch/m68k/mac/psc.c +++ b/arch/m68k/mac/psc.c @@ -29,6 +29,7 @@ int psc_present; volatile __u8 *psc; +EXPORT_SYMBOL_GPL(psc); /* * Debugging dump, used in various places to see what's going on. |