From: Geert Uytterhoeven Date: Tue, 29 Sep 2015 08:24:05 +0000 (+0200) Subject: m68k/mac: Export Peripheral System Controller (PSC) base address to modules X-Git-Tag: v4.14-rc1~4436^2~246^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a77cdaaf2dbc69743bc22354f81bc4ec5e452d40;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: David S. Miller --- diff --git a/arch/m68k/mac/psc.c b/arch/m68k/mac/psc.c index cd38f29..2290c0c 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.