diff options
Diffstat (limited to 'drivers/scsi/scsi.c')
-rw-r--r-- | drivers/scsi/scsi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/scsi.c b/drivers/scsi/scsi.c index 1f36aca44394..1deb6adc411f 100644 --- a/drivers/scsi/scsi.c +++ b/drivers/scsi/scsi.c | |||
@@ -1160,7 +1160,6 @@ bool scsi_use_blk_mq = true; | |||
1160 | bool scsi_use_blk_mq = false; | 1160 | bool scsi_use_blk_mq = false; |
1161 | #endif | 1161 | #endif |
1162 | module_param_named(use_blk_mq, scsi_use_blk_mq, bool, S_IWUSR | S_IRUGO); | 1162 | module_param_named(use_blk_mq, scsi_use_blk_mq, bool, S_IWUSR | S_IRUGO); |
1163 | EXPORT_SYMBOL_GPL(scsi_use_blk_mq); | ||
1164 | 1163 | ||
1165 | static int __init init_scsi(void) | 1164 | static int __init init_scsi(void) |
1166 | { | 1165 | { |