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/mv_xor.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/mv_xor.c')
-rw-r--r-- | drivers/dma/mv_xor.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/dma/mv_xor.c b/drivers/dma/mv_xor.c index 2e9ad2d9fe44..d12ad00da4cb 100644 --- a/drivers/dma/mv_xor.c +++ b/drivers/dma/mv_xor.c | |||
@@ -901,7 +901,7 @@ static void mv_xor_issue_pending(struct dma_chan *chan) | |||
901 | */ | 901 | */ |
902 | #define MV_XOR_TEST_SIZE 2000 | 902 | #define MV_XOR_TEST_SIZE 2000 |
903 | 903 | ||
904 | static int __devinit mv_xor_memcpy_self_test(struct mv_xor_device *device) | 904 | static int mv_xor_memcpy_self_test(struct mv_xor_device *device) |
905 | { | 905 | { |
906 | int i; | 906 | int i; |
907 | void *src, *dest; | 907 | void *src, *dest; |
@@ -975,7 +975,7 @@ out: | |||
975 | } | 975 | } |
976 | 976 | ||
977 | #define MV_XOR_NUM_SRC_TEST 4 /* must be <= 15 */ | 977 | #define MV_XOR_NUM_SRC_TEST 4 /* must be <= 15 */ |
978 | static int __devinit | 978 | static int |
979 | mv_xor_xor_self_test(struct mv_xor_device *device) | 979 | mv_xor_xor_self_test(struct mv_xor_device *device) |
980 | { | 980 | { |
981 | int i, src_idx; | 981 | int i, src_idx; |
@@ -1100,7 +1100,7 @@ static int __devexit mv_xor_remove(struct platform_device *dev) | |||
1100 | return 0; | 1100 | return 0; |
1101 | } | 1101 | } |
1102 | 1102 | ||
1103 | static int __devinit mv_xor_probe(struct platform_device *pdev) | 1103 | static int mv_xor_probe(struct platform_device *pdev) |
1104 | { | 1104 | { |
1105 | int ret = 0; | 1105 | int ret = 0; |
1106 | int irq; | 1106 | int irq; |