summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.32/270-scci_sd_section_fix.patch
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-02-11 13:31:40 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-02-11 13:31:40 +0000
commit4036e30fb097e01c9a0dd672f15d0c8373905139 (patch)
treea1957a3c096462a2d77ca449912c859e6985fe66 /target/linux/generic-2.6/patches-2.6.32/270-scci_sd_section_fix.patch
parenta1ab296cfb8f2646a94205a0b13f7142b652bb9b (diff)
kernel: 2.6.32: move discarding of SYMTAB entries to the right place.
This helps to avoid linker errors on various targets. Also remove the scsi_sd section fix patch, because it is not needed now. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19583 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.32/270-scci_sd_section_fix.patch')
-rw-r--r--target/linux/generic-2.6/patches-2.6.32/270-scci_sd_section_fix.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.32/270-scci_sd_section_fix.patch b/target/linux/generic-2.6/patches-2.6.32/270-scci_sd_section_fix.patch
deleted file mode 100644
index 3389b4b8c..000000000
--- a/target/linux/generic-2.6/patches-2.6.32/270-scci_sd_section_fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/drivers/scsi/sd.c
-+++ b/drivers/scsi/sd.c
-@@ -2394,7 +2394,7 @@ err_out:
- *
- * Note: this function unregisters this driver from the scsi mid-level.
- **/
--static void __exit exit_sd(void)
-+static void exit_sd(void)
- {
- int i;
-