diff options
Diffstat (limited to 'drivers/dma/timb_dma.c')
-rw-r--r-- | drivers/dma/timb_dma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/timb_dma.c b/drivers/dma/timb_dma.c index 952f823901a6..26107ba6edb3 100644 --- a/drivers/dma/timb_dma.c +++ b/drivers/dma/timb_dma.c | |||
@@ -823,7 +823,7 @@ static struct platform_driver td_driver = { | |||
823 | .owner = THIS_MODULE, | 823 | .owner = THIS_MODULE, |
824 | }, | 824 | }, |
825 | .probe = td_probe, | 825 | .probe = td_probe, |
826 | .remove = __exit_p(td_remove), | 826 | .remove = td_remove, |
827 | }; | 827 | }; |
828 | 828 | ||
829 | module_platform_driver(td_driver); | 829 | module_platform_driver(td_driver); |