blob: 2ca7e48982f9d6f53e3007236e859238be2529d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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;
|