summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/aha1542.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/aha1542.c')
-rw-r--r--drivers/scsi/aha1542.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/aha1542.c b/drivers/scsi/aha1542.c
index 195823a51aab..ed119cedaae0 100644
--- a/drivers/scsi/aha1542.c
+++ b/drivers/scsi/aha1542.c
@@ -102,7 +102,7 @@ static int setup_dmaspeed[MAXBOARDS] __initdata = { -1, -1, -1, -1 };
102 */ 102 */
103 103
104#if defined(MODULE) 104#if defined(MODULE)
105static int isapnp = 0; 105static bool isapnp = 0;
106static int aha1542[] = {0x330, 11, 4, -1}; 106static int aha1542[] = {0x330, 11, 4, -1};
107module_param_array(aha1542, int, NULL, 0); 107module_param_array(aha1542, int, NULL, 0);
108module_param(isapnp, bool, 0); 108module_param(isapnp, bool, 0);