diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-03-14 15:52:42 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-03-14 15:52:42 +0000 |
commit | 16defbb2bd9478f9e5384b9722f20a694e6bae41 (patch) | |
tree | f52e202c30c7fca103b196ece1223e18446e4dfc /target/linux/s3c24xx/patches-2.6.24/1136-This-fixes-the-exit-function-so-that-the-module-can.patch | |
parent | b4644aedce6526b5d07b336187c8e6417c7dd75e (diff) | |
download | mtk-20170518-16defbb2bd9478f9e5384b9722f20a694e6bae41.zip mtk-20170518-16defbb2bd9478f9e5384b9722f20a694e6bae41.tar.gz mtk-20170518-16defbb2bd9478f9e5384b9722f20a694e6bae41.tar.bz2 |
nuke obsolete kernel stuff
SVN-Revision: 14875
Diffstat (limited to 'target/linux/s3c24xx/patches-2.6.24/1136-This-fixes-the-exit-function-so-that-the-module-can.patch')
-rw-r--r-- | target/linux/s3c24xx/patches-2.6.24/1136-This-fixes-the-exit-function-so-that-the-module-can.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/target/linux/s3c24xx/patches-2.6.24/1136-This-fixes-the-exit-function-so-that-the-module-can.patch b/target/linux/s3c24xx/patches-2.6.24/1136-This-fixes-the-exit-function-so-that-the-module-can.patch deleted file mode 100644 index 320ad91..0000000 --- a/target/linux/s3c24xx/patches-2.6.24/1136-This-fixes-the-exit-function-so-that-the-module-can.patch +++ /dev/null @@ -1,26 +0,0 @@ -From b22975802d893a8cc600757436d5dd4dcd5cf469 Mon Sep 17 00:00:00 2001 -From: Tim Niemeyer <reddog@mastersword.de> -Date: Mon, 21 Apr 2008 21:08:40 +0100 -Subject: [PATCH] This-fixes-the-exit-function-so-that-the-module-can.patch - Subject: [PATCH] This fixes the exit function, so that the module can be removed. - Signed-off-by: Tim Niemeyer <reddog@mastersword.de> - ---- - sound/soc/s3c24xx/neo1973_wm8753.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) - -diff --git a/sound/soc/s3c24xx/neo1973_wm8753.c b/sound/soc/s3c24xx/neo1973_wm8753.c -index 65a4060..09641cc 100644 ---- a/sound/soc/s3c24xx/neo1973_wm8753.c -+++ b/sound/soc/s3c24xx/neo1973_wm8753.c -@@ -698,6 +698,7 @@ static int __init neo1973_init(void) - - static void __exit neo1973_exit(void) - { -+ i2c_del_driver(&lm4857_i2c_driver); - platform_device_unregister(neo1973_snd_device); - } - --- -1.5.6.5 - |