diff options
-rw-r--r-- | drivers/mtd/maps/pxa2xx-flash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/maps/pxa2xx-flash.c b/drivers/mtd/maps/pxa2xx-flash.c index e9026cb1c5b2..572d32fdf38a 100644 --- a/drivers/mtd/maps/pxa2xx-flash.c +++ b/drivers/mtd/maps/pxa2xx-flash.c | |||
@@ -117,7 +117,7 @@ static int __init pxa2xx_flash_probe(struct platform_device *pdev) | |||
117 | return 0; | 117 | return 0; |
118 | } | 118 | } |
119 | 119 | ||
120 | static int __exit pxa2xx_flash_remove(struct platform_device *dev) | 120 | static int __devexit pxa2xx_flash_remove(struct platform_device *dev) |
121 | { | 121 | { |
122 | struct pxa2xx_flash_info *info = platform_get_drvdata(dev); | 122 | struct pxa2xx_flash_info *info = platform_get_drvdata(dev); |
123 | 123 | ||