diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-03-01 19:57:59 +0000 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-03-04 23:27:23 +0000 |
commit | facf92695dcf40836973ce09b7f62d3cc3a89152 (patch) | |
tree | da7e54e0feaf0925fbd315c0db93a9208271b5f9 /sound/soc | |
parent | 8997de30adf5d11e9c807f1d89a894ffed60616b (diff) | |
download | linux-3.10-facf92695dcf40836973ce09b7f62d3cc3a89152.tar.gz linux-3.10-facf92695dcf40836973ce09b7f62d3cc3a89152.tar.bz2 linux-3.10-facf92695dcf40836973ce09b7f62d3cc3a89152.zip |
ASoC: Fix S3C64xx IIS driver for Samsung header reorg
The reorgs of the Samsung headers have moved the GPIO bank definitions
from plat/ to mach/ - the IIS driver needs to be updated to take care
of this.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/s3c24xx/s3c64xx-i2s.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/s3c24xx/s3c64xx-i2s.c b/sound/soc/s3c24xx/s3c64xx-i2s.c index cc7edb5f792..22fdb799c88 100644 --- a/sound/soc/s3c24xx/s3c64xx-i2s.c +++ b/sound/soc/s3c24xx/s3c64xx-i2s.c @@ -28,8 +28,8 @@ #include <sound/soc.h> #include <plat/regs-s3c2412-iis.h> -#include <plat/gpio-bank-d.h> -#include <plat/gpio-bank-e.h> +#include <mach/gpio-bank-d.h> +#include <mach/gpio-bank-e.h> #include <plat/gpio-cfg.h> #include <mach/map.h> |