changed Makefile and profiles, added patches for kernel 2.6.24 (stable-branch of...
[openwrt/openwrt.git] / target / linux / s3c24xx / patches-2.6.24 / 1003-neo1973-soc-include-fix.patch.patch
1 From ad7705d9145d87c6e94006d48d12372bb319f4e7 Mon Sep 17 00:00:00 2001
2 From: mokopatches <mokopatches@openmoko.org>
3 Date: Fri, 4 Apr 2008 11:29:27 +0100
4 Subject: [PATCH] neo1973-soc-include-fix.patch
5 [PATCH] Fix s3c24xx include file path changes in asoc driver
6
7 Signed-off-by: Harald Welte <laforge@openmoko.org>
8 ---
9 sound/soc/s3c24xx/neo1973_wm8753.c | 4 +++-
10 sound/soc/s3c24xx/s3c24xx-i2s.c | 3 ++-
11 2 files changed, 5 insertions(+), 2 deletions(-)
12
13 diff --git a/sound/soc/s3c24xx/neo1973_wm8753.c b/sound/soc/s3c24xx/neo1973_wm8753.c
14 index d5a8fc2..679b99d 100644
15 --- a/sound/soc/s3c24xx/neo1973_wm8753.c
16 +++ b/sound/soc/s3c24xx/neo1973_wm8753.c
17 @@ -30,13 +30,15 @@
18
19 #include <asm/mach-types.h>
20 #include <asm/hardware/scoop.h>
21 -#include <asm/arch/regs-iis.h>
22 #include <asm/arch/regs-clock.h>
23 #include <asm/arch/regs-gpio.h>
24 #include <asm/hardware.h>
25 #include <asm/arch/audio.h>
26 #include <asm/io.h>
27 #include <asm/arch/spi-gpio.h>
28 +
29 +#include <asm/plat-s3c24xx/regs-iis.h>
30 +
31 #include "../codecs/wm8753.h"
32 #include "lm4857.h"
33 #include "s3c24xx-pcm.h"
34 diff --git a/sound/soc/s3c24xx/s3c24xx-i2s.c b/sound/soc/s3c24xx/s3c24xx-i2s.c
35 index cd89c41..fe30e0d 100644
36 --- a/sound/soc/s3c24xx/s3c24xx-i2s.c
37 +++ b/sound/soc/s3c24xx/s3c24xx-i2s.c
38 @@ -33,13 +33,14 @@
39
40 #include <asm/hardware.h>
41 #include <asm/io.h>
42 -#include <asm/arch/regs-iis.h>
43 #include <asm/arch/regs-gpio.h>
44 #include <asm/arch/regs-clock.h>
45 #include <asm/arch/audio.h>
46 #include <asm/dma.h>
47 #include <asm/arch/dma.h>
48
49 +#include <asm/plat-s3c24xx/regs-iis.h>
50 +
51 #include "s3c24xx-pcm.h"
52 #include "s3c24xx-i2s.h"
53
54 --
55 1.5.6.5
56