From fac7f7f84f3771c5247c7fdee825c092077984f5 Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Fri, 12 Dec 2008 11:58:53 +0000 Subject: changed Makefile and profiles, added patches for kernel 2.6.24 (stable-branch of Openmoko) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13613 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../1003-neo1973-soc-include-fix.patch.patch | 56 ++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 target/linux/s3c24xx/patches-2.6.24/1003-neo1973-soc-include-fix.patch.patch (limited to 'target/linux/s3c24xx/patches-2.6.24/1003-neo1973-soc-include-fix.patch.patch') diff --git a/target/linux/s3c24xx/patches-2.6.24/1003-neo1973-soc-include-fix.patch.patch b/target/linux/s3c24xx/patches-2.6.24/1003-neo1973-soc-include-fix.patch.patch new file mode 100644 index 0000000000..f39e6f09af --- /dev/null +++ b/target/linux/s3c24xx/patches-2.6.24/1003-neo1973-soc-include-fix.patch.patch @@ -0,0 +1,56 @@ +From ad7705d9145d87c6e94006d48d12372bb319f4e7 Mon Sep 17 00:00:00 2001 +From: mokopatches +Date: Fri, 4 Apr 2008 11:29:27 +0100 +Subject: [PATCH] neo1973-soc-include-fix.patch + [PATCH] Fix s3c24xx include file path changes in asoc driver + +Signed-off-by: Harald Welte +--- + sound/soc/s3c24xx/neo1973_wm8753.c | 4 +++- + sound/soc/s3c24xx/s3c24xx-i2s.c | 3 ++- + 2 files changed, 5 insertions(+), 2 deletions(-) + +diff --git a/sound/soc/s3c24xx/neo1973_wm8753.c b/sound/soc/s3c24xx/neo1973_wm8753.c +index d5a8fc2..679b99d 100644 +--- a/sound/soc/s3c24xx/neo1973_wm8753.c ++++ b/sound/soc/s3c24xx/neo1973_wm8753.c +@@ -30,13 +30,15 @@ + + #include + #include +-#include + #include + #include + #include + #include + #include + #include ++ ++#include ++ + #include "../codecs/wm8753.h" + #include "lm4857.h" + #include "s3c24xx-pcm.h" +diff --git a/sound/soc/s3c24xx/s3c24xx-i2s.c b/sound/soc/s3c24xx/s3c24xx-i2s.c +index cd89c41..fe30e0d 100644 +--- a/sound/soc/s3c24xx/s3c24xx-i2s.c ++++ b/sound/soc/s3c24xx/s3c24xx-i2s.c +@@ -33,13 +33,14 @@ + + #include + #include +-#include + #include + #include + #include + #include + #include + ++#include ++ + #include "s3c24xx-pcm.h" + #include "s3c24xx-i2s.h" + +-- +1.5.6.5 + -- cgit v1.2.3