diff options
Diffstat (limited to 'drivers/input/serio/at32psif.c')
-rw-r--r-- | drivers/input/serio/at32psif.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/input/serio/at32psif.c b/drivers/input/serio/at32psif.c index 190ce35af7df..3290b287ac4b 100644 --- a/drivers/input/serio/at32psif.c +++ b/drivers/input/serio/at32psif.c | |||
@@ -314,8 +314,6 @@ static int __exit psif_remove(struct platform_device *pdev) | |||
314 | clk_put(psif->pclk); | 314 | clk_put(psif->pclk); |
315 | kfree(psif); | 315 | kfree(psif); |
316 | 316 | ||
317 | platform_set_drvdata(pdev, NULL); | ||
318 | |||
319 | return 0; | 317 | return 0; |
320 | } | 318 | } |
321 | 319 | ||