Merge branch 'for-2.6.36' into for-2.6.37
[deliverable/linux.git] / sound / soc / fsl / mpc5200_psc_i2s.c
index 5b9f2c73f031ce85beab138aa20af89044ec6f31..74ffed41340ff00c5d9ba97dc927059731b80673 100644 (file)
@@ -150,7 +150,7 @@ static struct snd_soc_dai_driver psc_i2s_dai[] = {{
  * - Probe/remove operations
  * - OF device match table
  */
-static int __devinit psc_i2s_of_probe(struct of_device *op,
+static int __devinit psc_i2s_of_probe(struct platform_device *op,
                                      const struct of_device_id *match)
 {
        int rc;
@@ -199,7 +199,7 @@ static int __devinit psc_i2s_of_probe(struct of_device *op,
 
 }
 
-static int __devexit psc_i2s_of_remove(struct of_device *op)
+static int __devexit psc_i2s_of_remove(struct platform_device *op)
 {
        snd_soc_unregister_dais(&op->dev, ARRAY_SIZE(psc_i2s_dai));
        return 0;
This page took 0.047957 seconds and 5 git commands to generate.