ASoC: Do not include soc-dai.h
authorJarkko Nikula <jhnikula@gmail.com>
Sun, 21 Nov 2010 17:48:46 +0000 (19:48 +0200)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 22 Nov 2010 14:04:53 +0000 (14:04 +0000)
There is no need to include soc-dai.h since soc.h includes it. Convert
drivers to include only soc.h.

Signed-off-by: Jarkko Nikula <jhnikula@gmail.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/cq93vc.c
sound/soc/codecs/wl1273.c
sound/soc/sh/siu.h
sound/soc/sh/siu_dai.c
sound/soc/sh/siu_pcm.c

index 1a6f511051b6a6e81b761920114ed75a4925926e..46dbfd067f79647b7fca338eb85addd177eda966 100644 (file)
@@ -36,7 +36,6 @@
 #include <sound/pcm.h>
 #include <sound/pcm_params.h>
 #include <sound/soc.h>
-#include <sound/soc-dai.h>
 #include <sound/initval.h>
 
 #include <mach/dm365.h>
index c606b3e235fae157b3380b365a6af6265e03b864..d3ffa2f0122a9917bfacb4309e6baef8e058b49b 100644 (file)
@@ -25,7 +25,7 @@
 #include <linux/slab.h>
 #include <sound/pcm.h>
 #include <sound/pcm_params.h>
-#include <sound/soc-dai.h>
+#include <sound/soc.h>
 #include <sound/initval.h>
 
 #include "wl1273.h"
index 9f4dcb921ff027563bab83e0eb720dd96b32b8cd..83c3430ad79706d9c4c68e4836902abc4ea389df 100644 (file)
@@ -75,7 +75,7 @@ struct siu_firmware {
 
 #include <sound/core.h>
 #include <sound/pcm.h>
-#include <sound/soc-dai.h>
+#include <sound/soc.h>
 
 #define SIU_PERIOD_BYTES_MAX   8192            /* DMA transfer/period size */
 #define SIU_PERIOD_BYTES_MIN   256             /* DMA transfer/period size */
index af53b64d8af2ca8b6bda4894b6f091bfbefe5f65..4973c2939d797effc1099d8d8bc7db5dd919b27b 100644 (file)
@@ -28,7 +28,7 @@
 #include <asm/siu.h>
 
 #include <sound/control.h>
-#include <sound/soc-dai.h>
+#include <sound/soc.h>
 
 #include "siu.h"
 
index ed29c9e1ed4efe764ad7a06d448e58386201efcb..a423babcf1455dd8ec836ff5f304fc80664fbee2 100644 (file)
@@ -29,7 +29,7 @@
 #include <sound/core.h>
 #include <sound/pcm.h>
 #include <sound/pcm_params.h>
-#include <sound/soc-dai.h>
+#include <sound/soc.h>
 
 #include <asm/siu.h>