aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/wd7000.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/wd7000.c')
-rw-r--r--drivers/scsi/wd7000.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/wd7000.c b/drivers/scsi/wd7000.c
index e55f0ee7e7e4..a0b61af48f1c 100644
--- a/drivers/scsi/wd7000.c
+++ b/drivers/scsi/wd7000.c
@@ -1250,7 +1250,7 @@ static int wd7000_init(Adapter * host)
1250 return 0; 1250 return 0;
1251 1251
1252 1252
1253 if (request_irq(host->irq, wd7000_intr, SA_INTERRUPT, "wd7000", host)) { 1253 if (request_irq(host->irq, wd7000_intr, IRQF_DISABLED, "wd7000", host)) {
1254 printk("wd7000_init: can't get IRQ %d.\n", host->irq); 1254 printk("wd7000_init: can't get IRQ %d.\n", host->irq);
1255 return (0); 1255 return (0);
1256 } 1256 }
@@ -1391,7 +1391,7 @@ static int wd7000_proc_info(struct Scsi_Host *host, char *buffer, char **start,
1391 * 1391 *
1392 */ 1392 */
1393 1393
1394static int wd7000_detect(struct scsi_host_template *tpnt) 1394static __init int wd7000_detect(struct scsi_host_template *tpnt)
1395{ 1395{
1396 short present = 0, biosaddr_ptr, sig_ptr, i, pass; 1396 short present = 0, biosaddr_ptr, sig_ptr, i, pass;
1397 short biosptr[NUM_CONFIGS]; 1397 short biosptr[NUM_CONFIGS];