aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/s3c24xx/neo1973_wm8753.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/s3c24xx/neo1973_wm8753.c')
-rw-r--r--sound/soc/s3c24xx/neo1973_wm8753.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sound/soc/s3c24xx/neo1973_wm8753.c b/sound/soc/s3c24xx/neo1973_wm8753.c
index f1f6b9478af9..bde4cdcb433f 100644
--- a/sound/soc/s3c24xx/neo1973_wm8753.c
+++ b/sound/soc/s3c24xx/neo1973_wm8753.c
@@ -30,13 +30,15 @@
30 30
31#include <asm/mach-types.h> 31#include <asm/mach-types.h>
32#include <asm/hardware/scoop.h> 32#include <asm/hardware/scoop.h>
33#include <asm/arch/regs-iis.h>
34#include <asm/arch/regs-clock.h> 33#include <asm/arch/regs-clock.h>
35#include <asm/arch/regs-gpio.h> 34#include <asm/arch/regs-gpio.h>
36#include <asm/hardware.h> 35#include <asm/hardware.h>
37#include <asm/arch/audio.h> 36#include <asm/arch/audio.h>
38#include <asm/io.h> 37#include <asm/io.h>
39#include <asm/arch/spi-gpio.h> 38#include <asm/arch/spi-gpio.h>
39
40#include <asm/plat-s3c24xx/regs-iis.h>
41
40#include "../codecs/wm8753.h" 42#include "../codecs/wm8753.h"
41#include "lm4857.h" 43#include "lm4857.h"
42#include "s3c24xx-pcm.h" 44#include "s3c24xx-pcm.h"