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

Commit d5240dfd authored by Russell King's avatar Russell King
Browse files

ARM: PXA: fix lubbock PCMCIA driver build error



Fix:

ERROR: "pxa2xx_configure_sockets" [drivers/pcmcia/pxa2xx_lubbock_cs.ko] undefined!

by exporting the required function.

Acked-by: default avatarEric Miao <eric.y.miao@gmail.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 5c8a0fbb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -231,6 +231,7 @@ void pxa2xx_configure_sockets(struct device *dev)

	__raw_writel(mecr, MECR);
}
EXPORT_SYMBOL(pxa2xx_configure_sockets);

static const char *skt_names[] = {
	"PCMCIA socket 0",