diff options
Diffstat (limited to 'drivers/scsi/scsi_scan.c')
-rw-r--r-- | drivers/scsi/scsi_scan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/scsi_scan.c b/drivers/scsi/scsi_scan.c index 27f96d5b7680..e02b3aab56ce 100644 --- a/drivers/scsi/scsi_scan.c +++ b/drivers/scsi/scsi_scan.c | |||
@@ -97,7 +97,7 @@ MODULE_PARM_DESC(max_luns, | |||
97 | #define SCSI_SCAN_TYPE_DEFAULT "sync" | 97 | #define SCSI_SCAN_TYPE_DEFAULT "sync" |
98 | #endif | 98 | #endif |
99 | 99 | ||
100 | static char scsi_scan_type[6] = SCSI_SCAN_TYPE_DEFAULT; | 100 | char scsi_scan_type[6] = SCSI_SCAN_TYPE_DEFAULT; |
101 | 101 | ||
102 | module_param_string(scan, scsi_scan_type, sizeof(scsi_scan_type), S_IRUGO); | 102 | module_param_string(scan, scsi_scan_type, sizeof(scsi_scan_type), S_IRUGO); |
103 | MODULE_PARM_DESC(scan, "sync, async or none"); | 103 | MODULE_PARM_DESC(scan, "sync, async or none"); |