* [PATCH 2.6.34] ASoC: Fix S3C64xx IIS driver for Samsung header reorg
@ 2010-03-01 19:57 Mark Brown
0 siblings, 0 replies; only message in thread
From: Mark Brown @ 2010-03-01 19:57 UTC (permalink / raw)
To: Ben Dooks; +Cc: alsa-devel, Mark Brown, linux-arm-kernel, Liam Girdwood
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>
---
Ideally this could also go in via the same path as the ARM/Samsung changes
which do the moves. If those get merged without this fix then it may as
well go via ASoC.
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 93ed3aa..a72c251 100644
--- a/sound/soc/s3c24xx/s3c64xx-i2s.c
+++ b/sound/soc/s3c24xx/s3c64xx-i2s.c
@@ -22,8 +22,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>
--
1.7.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-03-01 19:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-01 19:57 [PATCH 2.6.34] ASoC: Fix S3C64xx IIS driver for Samsung header reorg Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).