diff options
Diffstat (limited to 'drivers/mtd/maps')
-rw-r--r-- | drivers/mtd/maps/pcmciamtd.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/mtd/maps/pcmciamtd.c b/drivers/mtd/maps/pcmciamtd.c index 214c695a2398..5df89e742a33 100644 --- a/drivers/mtd/maps/pcmciamtd.c +++ b/drivers/mtd/maps/pcmciamtd.c | |||
@@ -762,8 +762,6 @@ static struct pcmcia_driver pcmciamtd_driver = { | |||
762 | 762 | ||
763 | static int __init init_pcmciamtd(void) | 763 | static int __init init_pcmciamtd(void) |
764 | { | 764 | { |
765 | info(DRIVER_DESC); | ||
766 | |||
767 | if(bankwidth && bankwidth != 1 && bankwidth != 2) { | 765 | if(bankwidth && bankwidth != 1 && bankwidth != 2) { |
768 | info("bad bankwidth (%d), using default", bankwidth); | 766 | info("bad bankwidth (%d), using default", bankwidth); |
769 | bankwidth = 2; | 767 | bankwidth = 2; |