diff options
Diffstat (limited to 'drivers/media/rc/nuvoton-cir.c')
-rw-r--r-- | drivers/media/rc/nuvoton-cir.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/rc/nuvoton-cir.c b/drivers/media/rc/nuvoton-cir.c index e4ea89a11eed..b8aa9abb31ff 100644 --- a/drivers/media/rc/nuvoton-cir.c +++ b/drivers/media/rc/nuvoton-cir.c | |||
@@ -1113,7 +1113,7 @@ failure: | |||
1113 | return ret; | 1113 | return ret; |
1114 | } | 1114 | } |
1115 | 1115 | ||
1116 | static void __devexit nvt_remove(struct pnp_dev *pdev) | 1116 | static void nvt_remove(struct pnp_dev *pdev) |
1117 | { | 1117 | { |
1118 | struct nvt_dev *nvt = pnp_get_drvdata(pdev); | 1118 | struct nvt_dev *nvt = pnp_get_drvdata(pdev); |
1119 | unsigned long flags; | 1119 | unsigned long flags; |
@@ -1211,7 +1211,7 @@ static struct pnp_driver nvt_driver = { | |||
1211 | .id_table = nvt_ids, | 1211 | .id_table = nvt_ids, |
1212 | .flags = PNP_DRIVER_RES_DO_NOT_CHANGE, | 1212 | .flags = PNP_DRIVER_RES_DO_NOT_CHANGE, |
1213 | .probe = nvt_probe, | 1213 | .probe = nvt_probe, |
1214 | .remove = __devexit_p(nvt_remove), | 1214 | .remove = nvt_remove, |
1215 | .suspend = nvt_suspend, | 1215 | .suspend = nvt_suspend, |
1216 | .resume = nvt_resume, | 1216 | .resume = nvt_resume, |
1217 | .shutdown = nvt_shutdown, | 1217 | .shutdown = nvt_shutdown, |