diff options
Diffstat (limited to 'drivers/mtd/maps/pxa2xx-flash.c')
-rw-r--r-- | drivers/mtd/maps/pxa2xx-flash.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mtd/maps/pxa2xx-flash.c b/drivers/mtd/maps/pxa2xx-flash.c index cb4d92eea9fe..12fa75df5008 100644 --- a/drivers/mtd/maps/pxa2xx-flash.c +++ b/drivers/mtd/maps/pxa2xx-flash.c | |||
@@ -131,7 +131,6 @@ static void pxa2xx_flash_shutdown(struct platform_device *dev) | |||
131 | static struct platform_driver pxa2xx_flash_driver = { | 131 | static struct platform_driver pxa2xx_flash_driver = { |
132 | .driver = { | 132 | .driver = { |
133 | .name = "pxa2xx-flash", | 133 | .name = "pxa2xx-flash", |
134 | .owner = THIS_MODULE, | ||
135 | }, | 134 | }, |
136 | .probe = pxa2xx_flash_probe, | 135 | .probe = pxa2xx_flash_probe, |
137 | .remove = pxa2xx_flash_remove, | 136 | .remove = pxa2xx_flash_remove, |