]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/dma/fsldma.c
V4L/DVB: saa7110: remove obsolete v4l2-i2c-drv.h header
[karo-tx-linux.git] / drivers / dma / fsldma.c
index f0fd6db6063cd0b2d81264d469fdb4afe6c6f15b..cea08bed9cf96f10ec9072c9c3a6aa6cf92fe506 100644 (file)
@@ -1297,7 +1297,7 @@ static void fsl_dma_chan_remove(struct fsldma_chan *chan)
        kfree(chan);
 }
 
-static int __devinit fsldma_of_probe(struct of_device *op,
+static int __devinit fsldma_of_probe(struct platform_device *op,
                        const struct of_device_id *match)
 {
        struct fsldma_device *fdev;
@@ -1382,7 +1382,7 @@ out_return:
        return err;
 }
 
-static int fsldma_of_remove(struct of_device *op)
+static int fsldma_of_remove(struct platform_device *op)
 {
        struct fsldma_device *fdev;
        unsigned int i;