diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-03-06 14:36:37 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-03-06 14:36:44 +0100 |
commit | 4f5b31c3f29f4351d2740faed3a6c569b800b39d (patch) | |
tree | 363075890bc33f9b08e2ad813be0697437b52f49 /sound/soc/s3c24xx/neo1973_wm8753.c | |
parent | ASoC: wm8510 pll settings (diff) | |
parent | S3C: Move <mach/audio.h> to <plat/audio.h> (diff) | |
download | linux-4f5b31c3f29f4351d2740faed3a6c569b800b39d.tar.xz linux-4f5b31c3f29f4351d2740faed3a6c569b800b39d.zip |
Merge commit 's3c-iis-header' into HEAD
Diffstat (limited to 'sound/soc/s3c24xx/neo1973_wm8753.c')
-rw-r--r-- | sound/soc/s3c24xx/neo1973_wm8753.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/s3c24xx/neo1973_wm8753.c b/sound/soc/s3c24xx/neo1973_wm8753.c index 286e11ad50ea..74573352718a 100644 --- a/sound/soc/s3c24xx/neo1973_wm8753.c +++ b/sound/soc/s3c24xx/neo1973_wm8753.c @@ -29,11 +29,11 @@ #include <mach/regs-clock.h> #include <mach/regs-gpio.h> #include <mach/hardware.h> -#include <mach/audio.h> +#include <plat/audio.h> #include <linux/io.h> #include <mach/spi-gpio.h> -#include <asm/plat-s3c24xx/regs-iis.h> +#include <plat/regs-iis.h> #include "../codecs/wm8753.h" #include "lm4857.h" |