aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2010-03-01 19:57:59 +0000
committerBen Dooks <ben-linux@fluff.org>2010-03-04 23:27:23 +0000
commitfacf92695dcf40836973ce09b7f62d3cc3a89152 (patch)
treeda7e54e0feaf0925fbd315c0db93a9208271b5f9 /sound
parentARM: S3C2440: Fix plat-s3c24xx move of s3c2440/s3c2442 support (diff)
downloadlinux-dev-facf92695dcf40836973ce09b7f62d3cc3a89152.tar.xz
linux-dev-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')
-rw-r--r--sound/soc/s3c24xx/s3c64xx-i2s.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/s3c24xx/s3c64xx-i2s.c b/sound/soc/s3c24xx/s3c64xx-i2s.c
index cc7edb5f792d..22fdb799c883 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>