summaryrefslogtreecommitdiffstats
path: root/drivers/dma/sh
diff options
context:
space:
mode:
authorBill Pemberton2012-11-19 19:20:04 +0100
committerGreg Kroah-Hartman2012-11-28 21:41:36 +0100
commita7d6e3ec28bba30d1409d70de1958edc6d9109d7 (patch)
treeae7305f2692c9e705a4620556973c663fe78a5e7 /drivers/dma/sh
parentfirewire: remove use of __devinitdata (diff)
downloadkernel-qcow2-linux-a7d6e3ec28bba30d1409d70de1958edc6d9109d7.tar.gz
kernel-qcow2-linux-a7d6e3ec28bba30d1409d70de1958edc6d9109d7.tar.xz
kernel-qcow2-linux-a7d6e3ec28bba30d1409d70de1958edc6d9109d7.zip
dma: remove use of __devexit_p
CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer needed. Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Acked-by: Barry Song <baohua.song@csr.com> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Acked-by: Russell King <rmk+kernel@arm.linux.org.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/dma/sh')
-rw-r--r--drivers/dma/sh/shdma.c2
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 = {
.pm = &sh_dmae_pm,
.name = SH_DMAE_DRV_NAME,
},
- .remove = __devexit_p(sh_dmae_remove),
+ .remove = sh_dmae_remove,
.shutdown = sh_dmae_shutdown,
};