diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-02-05 20:50:13 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-02-05 20:50:13 +0000 |
commit | 6540076ad30b480e36959dd67c10aed5edceec8c (patch) | |
tree | 6208b08a299d9be895e6377f4f8e575f0b87340c /target/linux | |
parent | 767efecb56c4830b24ee6a1ccb9c666a4525a3ff (diff) |
[kernel] fix mips linking failure on bad section (#6635)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19533 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.32/270-scci_sd_section_fix.patch | 13 |
1 files changed, 13 insertions, 0 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 new file mode 100644 index 000000000..2ca7e4898 --- /dev/null +++ b/target/linux/generic-2.6/patches-2.6.32/270-scci_sd_section_fix.patch @@ -0,0 +1,13 @@ +Index: linux-2.6.32.7/drivers/scsi/sd.c +=================================================================== +--- linux-2.6.32.7.orig/drivers/scsi/sd.c 2010-02-05 21:19:44.000000000 +0100 ++++ linux-2.6.32.7/drivers/scsi/sd.c 2010-02-05 21:19:52.000000000 +0100 +@@ -2394,7 +2394,7 @@ + * + * Note: this function unregisters this driver from the scsi mid-level. + **/ +-static void __exit exit_sd(void) ++static void exit_sd(void) + { + int i; + |