From: Mark Brown Date: Mon, 1 Mar 2010 19:57:59 +0000 (+0000) Subject: ASoC: Fix S3C64xx IIS driver for Samsung header reorg X-Git-Tag: v2.6.34-rc2~66^2~2^2~3 X-Git-Url: http://ftp.safe.ca/?a=commitdiff_plain;h=facf92695dcf40836973ce09b7f62d3cc3a89152;p=safe%2Fjmp%2Flinux-2.6 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 Signed-off-by: Ben Dooks --- diff --git a/sound/soc/s3c24xx/s3c64xx-i2s.c b/sound/soc/s3c24xx/s3c64xx-i2s.c index cc7edb5..22fdb79 100644 --- a/sound/soc/s3c24xx/s3c64xx-i2s.c +++ b/sound/soc/s3c24xx/s3c64xx-i2s.c @@ -28,8 +28,8 @@ #include #include -#include -#include +#include +#include #include #include