diff options
Diffstat (limited to 'drivers/media/radio/radio-timb.c')
-rw-r--r-- | drivers/media/radio/radio-timb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/radio/radio-timb.c b/drivers/media/radio/radio-timb.c index 5d9a90ac3a1c..7052adc0c0b0 100644 --- a/drivers/media/radio/radio-timb.c +++ b/drivers/media/radio/radio-timb.c | |||
@@ -223,7 +223,7 @@ static struct platform_driver timbradio_platform_driver = { | |||
223 | .owner = THIS_MODULE, | 223 | .owner = THIS_MODULE, |
224 | }, | 224 | }, |
225 | .probe = timbradio_probe, | 225 | .probe = timbradio_probe, |
226 | .remove = timbradio_remove, | 226 | .remove = __devexit_p(timbradio_remove), |
227 | }; | 227 | }; |
228 | 228 | ||
229 | module_platform_driver(timbradio_platform_driver); | 229 | module_platform_driver(timbradio_platform_driver); |