diff options
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/pcmcia/pxa2xx_base.c | 1 | ||||
| -rw-r--r-- | drivers/pcmcia/pxa2xx_cm_x2xx.c | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/pcmcia/pxa2xx_base.c b/drivers/pcmcia/pxa2xx_base.c index 2c540542b5af..a87e2728b2c3 100644 --- a/drivers/pcmcia/pxa2xx_base.c +++ b/drivers/pcmcia/pxa2xx_base.c | |||
| @@ -231,6 +231,7 @@ void pxa2xx_configure_sockets(struct device *dev) | |||
| 231 | 231 | ||
| 232 | __raw_writel(mecr, MECR); | 232 | __raw_writel(mecr, MECR); |
| 233 | } | 233 | } |
| 234 | EXPORT_SYMBOL(pxa2xx_configure_sockets); | ||
| 234 | 235 | ||
| 235 | static const char *skt_names[] = { | 236 | static const char *skt_names[] = { |
| 236 | "PCMCIA socket 0", | 237 | "PCMCIA socket 0", |
diff --git a/drivers/pcmcia/pxa2xx_cm_x2xx.c b/drivers/pcmcia/pxa2xx_cm_x2xx.c index 4f09506ad8d4..6e7dcfd22ede 100644 --- a/drivers/pcmcia/pxa2xx_cm_x2xx.c +++ b/drivers/pcmcia/pxa2xx_cm_x2xx.c | |||
| @@ -12,9 +12,8 @@ | |||
| 12 | 12 | ||
| 13 | #include <linux/module.h> | 13 | #include <linux/module.h> |
| 14 | 14 | ||
| 15 | #include <asm/system.h> | ||
| 16 | #include <asm/mach-types.h> | 15 | #include <asm/mach-types.h> |
| 17 | #include <mach/system.h> | 16 | #include <mach/hardware.h> |
| 18 | 17 | ||
| 19 | int cmx255_pcmcia_init(void); | 18 | int cmx255_pcmcia_init(void); |
| 20 | int cmx270_pcmcia_init(void); | 19 | int cmx270_pcmcia_init(void); |
