mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
d0d26c33b6
ERROR: "pxa2xx_drv_pcmcia_ops" [drivers/pcmcia/pxa2xx_lubbock_cs.ko] undefined! ERROR: "pxa2xx_drv_pcmcia_add_one" [drivers/pcmcia/pxa2xx_lubbock_cs.ko] undefined! We also remove __pxa2xx_drv_pcmcia_probe and its export, since this is no longer required. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
4 lines
121 B
C
4 lines
121 B
C
int pxa2xx_drv_pcmcia_add_one(struct soc_pcmcia_socket *skt);
|
|
void pxa2xx_drv_pcmcia_ops(struct pcmcia_low_level *ops);
|
|
|