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/fsldma.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/fsldma.c')
-rw-r--r-- | drivers/dma/fsldma.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/dma/fsldma.c b/drivers/dma/fsldma.c index 094437b9d823..4fc2980556ad 100644 --- a/drivers/dma/fsldma.c +++ b/drivers/dma/fsldma.c | |||
@@ -1221,7 +1221,7 @@ out_unwind: | |||
1221 | /* OpenFirmware Subsystem */ | 1221 | /* OpenFirmware Subsystem */ |
1222 | /*----------------------------------------------------------------------------*/ | 1222 | /*----------------------------------------------------------------------------*/ |
1223 | 1223 | ||
1224 | static int __devinit fsl_dma_chan_probe(struct fsldma_device *fdev, | 1224 | static int fsl_dma_chan_probe(struct fsldma_device *fdev, |
1225 | struct device_node *node, u32 feature, const char *compatible) | 1225 | struct device_node *node, u32 feature, const char *compatible) |
1226 | { | 1226 | { |
1227 | struct fsldma_chan *chan; | 1227 | struct fsldma_chan *chan; |
@@ -1324,7 +1324,7 @@ static void fsl_dma_chan_remove(struct fsldma_chan *chan) | |||
1324 | kfree(chan); | 1324 | kfree(chan); |
1325 | } | 1325 | } |
1326 | 1326 | ||
1327 | static int __devinit fsldma_of_probe(struct platform_device *op) | 1327 | static int fsldma_of_probe(struct platform_device *op) |
1328 | { | 1328 | { |
1329 | struct fsldma_device *fdev; | 1329 | struct fsldma_device *fdev; |
1330 | struct device_node *child; | 1330 | struct device_node *child; |