of/device: Replace struct of_device with struct platform_device
[deliverable/linux.git] / sound / soc / fsl / mpc5200_psc_ac97.c
index e2ee220bfb7ea86dcd322da92a5025c0ce026f7e..a0310170a170bf32181e87330bef8d5365647ffd 100644 (file)
@@ -263,7 +263,7 @@ EXPORT_SYMBOL_GPL(psc_ac97_dai);
  * - Probe/remove operations
  * - OF device match table
  */
-static int __devinit psc_ac97_of_probe(struct of_device *op,
+static int __devinit psc_ac97_of_probe(struct platform_device *op,
                                      const struct of_device_id *match)
 {
        int rc, i;
@@ -303,7 +303,7 @@ static int __devinit psc_ac97_of_probe(struct of_device *op,
        return 0;
 }
 
-static int __devexit psc_ac97_of_remove(struct of_device *op)
+static int __devexit psc_ac97_of_remove(struct platform_device *op)
 {
        return mpc5200_audio_dma_destroy(op);
 }
This page took 0.026211 seconds and 5 git commands to generate.