diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-03-06 13:36:37 +0000 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-03-06 13:36:44 +0000 |
commit | 4f5b31c3f29f4351d2740faed3a6c569b800b39d (patch) | |
tree | 363075890bc33f9b08e2ad813be0697437b52f49 /sound/soc/s3c24xx/s3c24xx-i2s.c | |
parent | 86027ae78c9294bb450b76eec28cfb431a8fb3ee (diff) | |
parent | 899e6cf5e6d83a91d2e257f7a4e8ca98db3831cc (diff) |
Merge commit 's3c-iis-header' into HEAD
Diffstat (limited to 'sound/soc/s3c24xx/s3c24xx-i2s.c')
-rw-r--r-- | sound/soc/s3c24xx/s3c24xx-i2s.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/s3c24xx/s3c24xx-i2s.c b/sound/soc/s3c24xx/s3c24xx-i2s.c index 1c2b0549710..c0c6ec1536b 100644 --- a/sound/soc/s3c24xx/s3c24xx-i2s.c +++ b/sound/soc/s3c24xx/s3c24xx-i2s.c @@ -30,11 +30,11 @@ #include <mach/hardware.h> #include <mach/regs-gpio.h> #include <mach/regs-clock.h> -#include <mach/audio.h> +#include <plat/audio.h> #include <asm/dma.h> #include <mach/dma.h> -#include <asm/plat-s3c24xx/regs-iis.h> +#include <plat/regs-iis.h> #include "s3c24xx-pcm.h" #include "s3c24xx-i2s.h" |