diff options
author | Bill Pemberton <wfp5p@virginia.edu> | 2012-11-19 13:22:55 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-11-28 15:42:36 -0500 |
commit | 463a1f8b3ceebe990ca9a8c7cc2e51ee42cb48eb (patch) | |
tree | 7b9c4b6dec935a71493e7e05e51448b3fc5e8cce /drivers/dma/edma.c | |
parent | a7d6e3ec28bba30d1409d70de1958edc6d9109d7 (diff) |
dma: remove use of __devinit
CONFIG_HOTPLUG is going away as an option so __devinit is no longer
needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Cc: Li Yang <leoli@freescale.com>
Cc: Zhang Wei <zw@zh-kernel.org>
Cc: Barry Song <baohua.song@csr.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/dma/edma.c')
-rw-r--r-- | drivers/dma/edma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/edma.c b/drivers/dma/edma.c index 5e5cce4ec720..232b4583ae93 100644 --- a/drivers/dma/edma.c +++ b/drivers/dma/edma.c | |||
@@ -545,7 +545,7 @@ static void edma_dma_init(struct edma_cc *ecc, struct dma_device *dma, | |||
545 | INIT_LIST_HEAD(&dma->channels); | 545 | INIT_LIST_HEAD(&dma->channels); |
546 | } | 546 | } |
547 | 547 | ||
548 | static int __devinit edma_probe(struct platform_device *pdev) | 548 | static int edma_probe(struct platform_device *pdev) |
549 | { | 549 | { |
550 | struct edma_cc *ecc; | 550 | struct edma_cc *ecc; |
551 | int ret; | 551 | int ret; |