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:
parent
505fb824e7
commit
0d911baebf
5 changed files with 4 additions and 5 deletions
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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 */
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#include <asm/siu.h>
|
||||
|
||||
#include <sound/control.h>
|
||||
#include <sound/soc-dai.h>
|
||||
#include <sound/soc.h>
|
||||
|
||||
#include "siu.h"
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue