diff options
Diffstat (limited to 'drivers/dma/sh/shdma.c')
-rw-r--r-- | drivers/dma/sh/shdma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/sh/shdma.c b/drivers/dma/sh/shdma.c index f41bcc5267fd..7dcf4e073186 100644 --- a/drivers/dma/sh/shdma.c +++ b/drivers/dma/sh/shdma.c | |||
@@ -926,7 +926,7 @@ static struct platform_driver sh_dmae_driver = { | |||
926 | .pm = &sh_dmae_pm, | 926 | .pm = &sh_dmae_pm, |
927 | .name = SH_DMAE_DRV_NAME, | 927 | .name = SH_DMAE_DRV_NAME, |
928 | }, | 928 | }, |
929 | .remove = __devexit_p(sh_dmae_remove), | 929 | .remove = sh_dmae_remove, |
930 | .shutdown = sh_dmae_shutdown, | 930 | .shutdown = sh_dmae_shutdown, |
931 | }; | 931 | }; |
932 | 932 | ||