]> Pileus Git - ~andy/linux/blobdiff - sound/soc/fsl/mpc5200_dma.h
of/device: Replace struct of_device with struct platform_device
[~andy/linux] / sound / soc / fsl / mpc5200_dma.h
index e1ec6d91ea3829dfc1d44d4d5995d2a562d54fce..ca99586f2ad993ecc286a0fe4e11a083aa9ee11e 100644 (file)
@@ -81,8 +81,8 @@ to_psc_dma_stream(struct snd_pcm_substream *substream, struct psc_dma *psc_dma)
        return &psc_dma->playback;
 }
 
-int mpc5200_audio_dma_create(struct of_device *op);
-int mpc5200_audio_dma_destroy(struct of_device *op);
+int mpc5200_audio_dma_create(struct platform_device *op);
+int mpc5200_audio_dma_destroy(struct platform_device *op);
 
 extern struct snd_soc_platform mpc5200_audio_dma_platform;