fix mips linking failure on bad section (#6635)

SVN-Revision: 19533
master
Florian Fainelli 15 years ago
parent 520ea8e5f9
commit 477add8d0f
  1. 13
      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;
Loading…
Cancel
Save