aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/fsldma.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dma/fsldma.c')
-rw-r--r--drivers/dma/fsldma.c4
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
1224static int __devinit fsl_dma_chan_probe(struct fsldma_device *fdev, 1224static 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
1327static int __devinit fsldma_of_probe(struct platform_device *op) 1327static 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;