diff options
-rw-r--r-- | drivers/char/sonypi.c | 2 | ||||
-rw-r--r-- | drivers/char/tb0219.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/char/sonypi.c b/drivers/char/sonypi.c index 9b4f0116ff2..34f0db34fcd 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 | ||
diff --git a/drivers/char/tb0219.c b/drivers/char/tb0219.c index ad264185eb1..6bfe2af844e 100644 --- a/drivers/char/tb0219.c +++ b/drivers/char/tb0219.c | |||
@@ -334,7 +334,7 @@ static struct platform_device *tb0219_platform_device; | |||
334 | 334 | ||
335 | static struct platform_driver tb0219_device_driver = { | 335 | static struct platform_driver tb0219_device_driver = { |
336 | .probe = tb0219_probe, | 336 | .probe = tb0219_probe, |
337 | .remove = __devexit_p(tb0219_remove), | 337 | .remove = tb0219_remove, |
338 | .driver = { | 338 | .driver = { |
339 | .name = "TB0219", | 339 | .name = "TB0219", |
340 | .owner = THIS_MODULE, | 340 | .owner = THIS_MODULE, |