changed Makefile and profiles, added patches for kernel 2.6.24
[openwrt.git] / target / linux / s3c24xx / patches-2.6.24 / 1136-This-fixes-the-exit-function-so-that-the-module-can.patch
1 From b22975802d893a8cc600757436d5dd4dcd5cf469 Mon Sep 17 00:00:00 2001
2 From: Tim Niemeyer <reddog@mastersword.de>
3 Date: Mon, 21 Apr 2008 21:08:40 +0100
4 Subject: [PATCH] This-fixes-the-exit-function-so-that-the-module-can.patch
5  Subject: [PATCH] This fixes the exit function, so that the module can be removed.
6   Signed-off-by: Tim Niemeyer <reddog@mastersword.de>
7
8 ---
9  sound/soc/s3c24xx/neo1973_wm8753.c |    1 +
10  1 files changed, 1 insertions(+), 0 deletions(-)
11
12 diff --git a/sound/soc/s3c24xx/neo1973_wm8753.c b/sound/soc/s3c24xx/neo1973_wm8753.c
13 index 65a4060..09641cc 100644
14 --- a/sound/soc/s3c24xx/neo1973_wm8753.c
15 +++ b/sound/soc/s3c24xx/neo1973_wm8753.c
16 @@ -698,6 +698,7 @@ static int __init neo1973_init(void)
17  
18  static void __exit neo1973_exit(void)
19  {
20 +       i2c_del_driver(&lm4857_i2c_driver);
21         platform_device_unregister(neo1973_snd_device);
22  }
23  
24 -- 
25 1.5.6.5
26