diff options
Diffstat (limited to 'drivers/mmc')
-rw-r--r-- | drivers/mmc/host/sdricoh_cs.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/mmc/host/sdricoh_cs.c b/drivers/mmc/host/sdricoh_cs.c index 7aa65bb2af4a..f472c2714eb8 100644 --- a/drivers/mmc/host/sdricoh_cs.c +++ b/drivers/mmc/host/sdricoh_cs.c | |||
@@ -30,7 +30,6 @@ | |||
30 | #include <linux/ioport.h> | 30 | #include <linux/ioport.h> |
31 | #include <linux/scatterlist.h> | 31 | #include <linux/scatterlist.h> |
32 | 32 | ||
33 | #include <pcmcia/cs.h> | ||
34 | #include <pcmcia/cistpl.h> | 33 | #include <pcmcia/cistpl.h> |
35 | #include <pcmcia/ds.h> | 34 | #include <pcmcia/ds.h> |
36 | #include <linux/io.h> | 35 | #include <linux/io.h> |
@@ -536,9 +535,7 @@ static int sdricoh_pcmcia_resume(struct pcmcia_device *link) | |||
536 | #endif | 535 | #endif |
537 | 536 | ||
538 | static struct pcmcia_driver sdricoh_driver = { | 537 | static struct pcmcia_driver sdricoh_driver = { |
539 | .drv = { | 538 | .name = DRIVER_NAME, |
540 | .name = DRIVER_NAME, | ||
541 | }, | ||
542 | .probe = sdricoh_pcmcia_probe, | 539 | .probe = sdricoh_pcmcia_probe, |
543 | .remove = sdricoh_pcmcia_detach, | 540 | .remove = sdricoh_pcmcia_detach, |
544 | .id_table = pcmcia_ids, | 541 | .id_table = pcmcia_ids, |