mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-08 20:01:53 +02:00
6540076ad3
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19533 3c298f89-4303-0410-b956-a3cf2f4a3e73
14 lines
439 B
Diff
14 lines
439 B
Diff
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;
|
|
|