aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pcmcia/i82365.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pcmcia/i82365.c')
-rw-r--r--drivers/pcmcia/i82365.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pcmcia/i82365.c b/drivers/pcmcia/i82365.c
index 71b33707117f..839bb1c0db58 100644
--- a/drivers/pcmcia/i82365.c
+++ b/drivers/pcmcia/i82365.c
@@ -101,7 +101,7 @@ static int ignore = -1;
101/* Bit map or list of interrupts to choose from */ 101/* Bit map or list of interrupts to choose from */
102static u_int irq_mask = 0xffff; 102static u_int irq_mask = 0xffff;
103static int irq_list[16]; 103static int irq_list[16];
104static int irq_list_count; 104static unsigned int irq_list_count;
105/* The card status change interrupt -- 0 means autoselect */ 105/* The card status change interrupt -- 0 means autoselect */
106static int cs_irq = 0; 106static int cs_irq = 0;
107 107