summaryrefslogtreecommitdiff
path: root/target/linux/s3c24xx/patches-2.6.24/1003-neo1973-soc-include-fix.patch.patch
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-03-14 15:52:42 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-03-14 15:52:42 +0000
commit26e3776a22bf894ced5af4c28968dc1dc99968eb (patch)
tree2d38a3789e27a423439c37a45a09cae31990a615 /target/linux/s3c24xx/patches-2.6.24/1003-neo1973-soc-include-fix.patch.patch
parent4bd70fc26256cf485f19e0c8b881e078dc36134f (diff)
nuke obsolete kernel stuff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14875 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/s3c24xx/patches-2.6.24/1003-neo1973-soc-include-fix.patch.patch')
-rw-r--r--target/linux/s3c24xx/patches-2.6.24/1003-neo1973-soc-include-fix.patch.patch56
1 files changed, 0 insertions, 56 deletions
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
deleted file mode 100644
index f39e6f09af..0000000000
--- a/target/linux/s3c24xx/patches-2.6.24/1003-neo1973-soc-include-fix.patch.patch
+++ /dev/null
@@ -1,56 +0,0 @@
-From ad7705d9145d87c6e94006d48d12372bb319f4e7 Mon Sep 17 00:00:00 2001
-From: mokopatches <mokopatches@openmoko.org>
-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 <laforge@openmoko.org>
----
- 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 <asm/mach-types.h>
- #include <asm/hardware/scoop.h>
--#include <asm/arch/regs-iis.h>
- #include <asm/arch/regs-clock.h>
- #include <asm/arch/regs-gpio.h>
- #include <asm/hardware.h>
- #include <asm/arch/audio.h>
- #include <asm/io.h>
- #include <asm/arch/spi-gpio.h>
-+
-+#include <asm/plat-s3c24xx/regs-iis.h>
-+
- #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 <asm/hardware.h>
- #include <asm/io.h>
--#include <asm/arch/regs-iis.h>
- #include <asm/arch/regs-gpio.h>
- #include <asm/arch/regs-clock.h>
- #include <asm/arch/audio.h>
- #include <asm/dma.h>
- #include <asm/arch/dma.h>
-
-+#include <asm/plat-s3c24xx/regs-iis.h>
-+
- #include "s3c24xx-pcm.h"
- #include "s3c24xx-i2s.h"
-
---
-1.5.6.5
-