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