diff options
Diffstat (limited to 'drivers/char/sonypi.c')
-rw-r--r-- | drivers/char/sonypi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/sonypi.c b/drivers/char/sonypi.c index 9b4f0116ff21..34f0db34fcd3 100644 --- a/drivers/char/sonypi.c +++ b/drivers/char/sonypi.c | |||
@@ -1491,7 +1491,7 @@ static struct platform_driver sonypi_driver = { | |||
1491 | .pm = SONYPI_PM, | 1491 | .pm = SONYPI_PM, |
1492 | }, | 1492 | }, |
1493 | .probe = sonypi_probe, | 1493 | .probe = sonypi_probe, |
1494 | .remove = __devexit_p(sonypi_remove), | 1494 | .remove = sonypi_remove, |
1495 | .shutdown = sonypi_shutdown, | 1495 | .shutdown = sonypi_shutdown, |
1496 | }; | 1496 | }; |
1497 | 1497 | ||