diff options
author | Ben Dooks <ben-linux@fluff.org> | 2009-04-16 10:32:21 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-04-16 13:37:26 +0100 |
commit | 76fff3680286d3f7f1ced5e38d613deff86caf20 (patch) | |
tree | d980f8e53f1c9befa5b866d0d4c4aeccc37fe83a /sound/soc | |
parent | 3715c6aaa913d9fb044b9eb36d957a8d2703723a (diff) | |
download | linux-3.10-76fff3680286d3f7f1ced5e38d613deff86caf20.tar.gz linux-3.10-76fff3680286d3f7f1ced5e38d613deff86caf20.tar.bz2 linux-3.10-76fff3680286d3f7f1ced5e38d613deff86caf20.zip |
ASoC: Fix include build error in s3c2412-i2s.c
Fix accidental change of <mach/regs-gpio.h> to
<plat/regs-gpio.h> in s3c2412-i2s.c
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/s3c24xx/s3c2412-i2s.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/s3c24xx/s3c2412-i2s.c b/sound/soc/s3c24xx/s3c2412-i2s.c index 1ca3cdaa821..b7e0b3f0bfc 100644 --- a/sound/soc/s3c24xx/s3c2412-i2s.c +++ b/sound/soc/s3c24xx/s3c2412-i2s.c @@ -33,8 +33,8 @@ #include <plat/regs-s3c2412-iis.h> -#include <plat/regs-gpio.h> #include <plat/audio.h> +#include <mach/regs-gpio.h> #include <mach/dma.h> #include "s3c24xx-pcm.h" |