dect
/
linux-2.6
Archived
13
0
Fork 0

ASoC: Do not include soc-dai.h

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>
This commit is contained in:
Jarkko Nikula 2010-11-21 19:48:46 +02:00 committed by Mark Brown
parent 505fb824e7
commit 0d911baebf
5 changed files with 4 additions and 5 deletions

View 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>

View 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"

View 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 */

View 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"

View 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>