diff options
author | Ben Dooks <ben-linux@fluff.org> | 2009-04-16 11:32:21 +0200 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-04-16 14:37:26 +0200 |
commit | 76fff3680286d3f7f1ced5e38d613deff86caf20 (patch) | |
tree | d980f8e53f1c9befa5b866d0d4c4aeccc37fe83a /sound | |
parent | ASoC: Fix s3c-i2s-v2.c snd_soc_dai changes (diff) | |
download | linux-76fff3680286d3f7f1ced5e38d613deff86caf20.tar.xz linux-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')
-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 1ca3cdaa8213..b7e0b3f0bfc8 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" |