diff options
Diffstat (limited to 'sound/soc/fsl/mpc5200_psc_i2s.c')
-rw-r--r-- | sound/soc/fsl/mpc5200_psc_i2s.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sound/soc/fsl/mpc5200_psc_i2s.c b/sound/soc/fsl/mpc5200_psc_i2s.c index 4f455bd6851f..534f04cb15d7 100644 --- a/sound/soc/fsl/mpc5200_psc_i2s.c +++ b/sound/soc/fsl/mpc5200_psc_i2s.c | |||
@@ -16,7 +16,6 @@ | |||
16 | 16 | ||
17 | #include <asm/mpc52xx_psc.h> | 17 | #include <asm/mpc52xx_psc.h> |
18 | 18 | ||
19 | #include "mpc5200_psc_i2s.h" | ||
20 | #include "mpc5200_dma.h" | 19 | #include "mpc5200_dma.h" |
21 | 20 | ||
22 | /** | 21 | /** |
@@ -153,7 +152,7 @@ EXPORT_SYMBOL_GPL(psc_i2s_dai); | |||
153 | * - Probe/remove operations | 152 | * - Probe/remove operations |
154 | * - OF device match table | 153 | * - OF device match table |
155 | */ | 154 | */ |
156 | static int __devinit psc_i2s_of_probe(struct of_device *op, | 155 | static int __devinit psc_i2s_of_probe(struct platform_device *op, |
157 | const struct of_device_id *match) | 156 | const struct of_device_id *match) |
158 | { | 157 | { |
159 | int rc; | 158 | int rc; |
@@ -206,7 +205,7 @@ static int __devinit psc_i2s_of_probe(struct of_device *op, | |||
206 | 205 | ||
207 | } | 206 | } |
208 | 207 | ||
209 | static int __devexit psc_i2s_of_remove(struct of_device *op) | 208 | static int __devexit psc_i2s_of_remove(struct platform_device *op) |
210 | { | 209 | { |
211 | return mpc5200_audio_dma_destroy(op); | 210 | return mpc5200_audio_dma_destroy(op); |
212 | } | 211 | } |