Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a77cdaaf authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by David S. Miller
Browse files

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: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 18785040
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -29,6 +29,7 @@


int psc_present;
int psc_present;
volatile __u8 *psc;
volatile __u8 *psc;
EXPORT_SYMBOL_GPL(psc);


/*
/*
 * Debugging dump, used in various places to see what's going on.
 * Debugging dump, used in various places to see what's going on.