aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices/mtd_dataflash.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mtd/devices/mtd_dataflash.c')
-rw-r--r--drivers/mtd/devices/mtd_dataflash.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mtd/devices/mtd_dataflash.c b/drivers/mtd/devices/mtd_dataflash.c
index d75c7af18a6..236057ead0d 100644
--- a/drivers/mtd/devices/mtd_dataflash.c
+++ b/drivers/mtd/devices/mtd_dataflash.c
@@ -936,7 +936,6 @@ static int __devexit dataflash_remove(struct spi_device *spi)
936static struct spi_driver dataflash_driver = { 936static struct spi_driver dataflash_driver = {
937 .driver = { 937 .driver = {
938 .name = "mtd_dataflash", 938 .name = "mtd_dataflash",
939 .bus = &spi_bus_type,
940 .owner = THIS_MODULE, 939 .owner = THIS_MODULE,
941 .of_match_table = dataflash_dt_ids, 940 .of_match_table = dataflash_dt_ids,
942 }, 941 },