Skip to content

Commit

Permalink
ARM: PXA: fix lubbock PCMCIA driver build error
Browse files Browse the repository at this point in the history
Fix:

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

by exporting the required function.

Acked-by: Eric Miao <eric.y.miao@gmail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Russell King committed Nov 5, 2011
1 parent 5c8a0fb commit d5240df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/pcmcia/pxa2xx_base.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d5240df

Please sign in to comment.