diff options
Diffstat (limited to 'drivers/video/backlight/tdo24m.c')
-rw-r--r-- | drivers/video/backlight/tdo24m.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/backlight/tdo24m.c b/drivers/video/backlight/tdo24m.c index 02444d042cd5..076f4f6d3335 100644 --- a/drivers/video/backlight/tdo24m.c +++ b/drivers/video/backlight/tdo24m.c | |||
@@ -444,7 +444,7 @@ static struct spi_driver tdo24m_driver = { | |||
444 | .owner = THIS_MODULE, | 444 | .owner = THIS_MODULE, |
445 | }, | 445 | }, |
446 | .probe = tdo24m_probe, | 446 | .probe = tdo24m_probe, |
447 | .remove = __devexit_p(tdo24m_remove), | 447 | .remove = tdo24m_remove, |
448 | .shutdown = tdo24m_shutdown, | 448 | .shutdown = tdo24m_shutdown, |
449 | .suspend = tdo24m_suspend, | 449 | .suspend = tdo24m_suspend, |
450 | .resume = tdo24m_resume, | 450 | .resume = tdo24m_resume, |