diff options
-rw-r--r-- | drivers/scsi/isci/init.c | 2 | ||||
-rw-r--r-- | drivers/scsi/isci/isci.h | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/drivers/scsi/isci/init.c b/drivers/scsi/isci/init.c index 07b072f3004d..e3d9b15d0cbf 100644 --- a/drivers/scsi/isci/init.c +++ b/drivers/scsi/isci/init.c | |||
@@ -98,8 +98,6 @@ static struct pci_driver isci_pci_driver = { | |||
98 | }; | 98 | }; |
99 | 99 | ||
100 | /* linux isci specific settings */ | 100 | /* linux isci specific settings */ |
101 | int loglevel = 3; | ||
102 | module_param(loglevel, int, S_IRUGO | S_IWUSR); | ||
103 | 101 | ||
104 | #if defined(CONFIG_PBG_HBA_A0) | 102 | #if defined(CONFIG_PBG_HBA_A0) |
105 | int isci_si_rev = ISCI_SI_REVA0; | 103 | int isci_si_rev = ISCI_SI_REVA0; |
diff --git a/drivers/scsi/isci/isci.h b/drivers/scsi/isci/isci.h index 21371e73e296..6aee3c9c8827 100644 --- a/drivers/scsi/isci/isci.h +++ b/drivers/scsi/isci/isci.h | |||
@@ -85,7 +85,6 @@ | |||
85 | #include "timers.h" | 85 | #include "timers.h" |
86 | #include "sci_status.h" | 86 | #include "sci_status.h" |
87 | 87 | ||
88 | extern int loglevel; | ||
89 | extern struct kmem_cache *isci_kmem_cache; | 88 | extern struct kmem_cache *isci_kmem_cache; |
90 | 89 | ||
91 | #define ISCI_FW_NAME "isci/isci_firmware.bin" | 90 | #define ISCI_FW_NAME "isci/isci_firmware.bin" |