diff --git a/[refs] b/[refs] index a332780fad60..3a61210d430d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 76246808248ac4c94ec3b57e37f35f8e05dfa0b3 +refs/heads/master: c8e91b0a8fc8493e3bf3efcb3c8f866e9453cf1c diff --git a/trunk/drivers/scsi/gdth.c b/trunk/drivers/scsi/gdth.c index 0153d1d8b12e..e8010a702e73 100644 --- a/trunk/drivers/scsi/gdth.c +++ b/trunk/drivers/scsi/gdth.c @@ -288,7 +288,7 @@ static struct timer_list gdth_timer; #ifdef CONFIG_ISA static unchar gdth_drq_tab[4] = {5,6,7,7}; /* DRQ table */ #endif -#ifdef CONFIG_EISA +#if defined(CONFIG_EISA) || defined(CONFIG_ISA) static unchar gdth_irq_tab[6] = {0,10,11,12,14,0}; /* IRQ table */ #endif static unchar gdth_polling; /* polling if TRUE */