diff options
-rw-r--r-- | drivers/input/keyboard/sh_keysc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/keyboard/sh_keysc.c b/drivers/input/keyboard/sh_keysc.c index 5d0864a9e94b..8486abc457ed 100644 --- a/drivers/input/keyboard/sh_keysc.c +++ b/drivers/input/keyboard/sh_keysc.c | |||
@@ -238,7 +238,6 @@ static int __devexit sh_keysc_remove(struct platform_device *pdev) | |||
238 | 238 | ||
239 | input_unregister_device(priv->input); | 239 | input_unregister_device(priv->input); |
240 | free_irq(platform_get_irq(pdev, 0), pdev); | 240 | free_irq(platform_get_irq(pdev, 0), pdev); |
241 | input_free_device(priv->input); | ||
242 | iounmap(priv->iomem_base); | 241 | iounmap(priv->iomem_base); |
243 | 242 | ||
244 | res = platform_get_resource(pdev, IORESOURCE_MEM, 0); | 243 | res = platform_get_resource(pdev, IORESOURCE_MEM, 0); |