projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3715c6a
)
ASoC: Fix include build error in s3c2412-i2s.c
author
Ben Dooks
<ben-linux@fluff.org>
Thu, 16 Apr 2009 09:32:21 +0000
(10:32 +0100)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Thu, 16 Apr 2009 12:37:26 +0000
(13:37 +0100)
Fix accidental change of <mach/regs-gpio.h> to
<plat/regs-gpio.h> in s3c2412-i2s.c
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/s3c24xx/s3c2412-i2s.c
patch
|
blob
|
history
diff --git
a/sound/soc/s3c24xx/s3c2412-i2s.c
b/sound/soc/s3c24xx/s3c2412-i2s.c
index 1ca3cdaa82133b009b57b2fd571bc9069524eb80..b7e0b3f0bfc8f5c6dda3cb418742cf035f1a319c 100644
(file)
--- a/
sound/soc/s3c24xx/s3c2412-i2s.c
+++ b/
sound/soc/s3c24xx/s3c2412-i2s.c
@@
-33,8
+33,8
@@
#include <plat/regs-s3c2412-iis.h>
-#include <plat/regs-gpio.h>
#include <plat/audio.h>
+#include <mach/regs-gpio.h>
#include <mach/dma.h>
#include "s3c24xx-pcm.h"