ASoC: Fix S3C64xx IIS driver for Samsung header reorg
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 1 Mar 2010 19:57:59 +0000 (19:57 +0000)
committerBen Dooks <ben-linux@fluff.org>
Thu, 4 Mar 2010 23:27:23 +0000 (23:27 +0000)
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>
sound/soc/s3c24xx/s3c64xx-i2s.c

index cc7edb5..22fdb79 100644 (file)
@@ -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>