diff options
| -rw-r--r-- | drivers/hwspinlock/omap_hwspinlock.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hwspinlock/omap_hwspinlock.c b/drivers/hwspinlock/omap_hwspinlock.c index aec30064a466..887d34effb3a 100644 --- a/drivers/hwspinlock/omap_hwspinlock.c +++ b/drivers/hwspinlock/omap_hwspinlock.c | |||
| @@ -142,7 +142,7 @@ iounmap_base: | |||
| 142 | return ret; | 142 | return ret; |
| 143 | } | 143 | } |
| 144 | 144 | ||
| 145 | static int omap_hwspinlock_remove(struct platform_device *pdev) | 145 | static int __devexit omap_hwspinlock_remove(struct platform_device *pdev) |
| 146 | { | 146 | { |
| 147 | struct hwspinlock_device *bank = platform_get_drvdata(pdev); | 147 | struct hwspinlock_device *bank = platform_get_drvdata(pdev); |
| 148 | void __iomem *io_base = bank->lock[0].priv - LOCK_BASE_OFFSET; | 148 | void __iomem *io_base = bank->lock[0].priv - LOCK_BASE_OFFSET; |
| @@ -163,7 +163,7 @@ static int omap_hwspinlock_remove(struct platform_device *pdev) | |||
| 163 | 163 | ||
| 164 | static struct platform_driver omap_hwspinlock_driver = { | 164 | static struct platform_driver omap_hwspinlock_driver = { |
| 165 | .probe = omap_hwspinlock_probe, | 165 | .probe = omap_hwspinlock_probe, |
| 166 | .remove = omap_hwspinlock_remove, | 166 | .remove = __devexit_p(omap_hwspinlock_remove), |
| 167 | .driver = { | 167 | .driver = { |
| 168 | .name = "omap_hwspinlock", | 168 | .name = "omap_hwspinlock", |
| 169 | .owner = THIS_MODULE, | 169 | .owner = THIS_MODULE, |
