aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pcmcia
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pcmcia')
-rw-r--r--drivers/pcmcia/i82365.c2
-rw-r--r--drivers/pcmcia/pd6729.c2
-rw-r--r--drivers/pcmcia/tcic.c2
3 files changed, 3 insertions, 3 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
diff --git a/drivers/pcmcia/pd6729.c b/drivers/pcmcia/pd6729.c
index dd0ddf19ee57..abc10fe49bd8 100644
--- a/drivers/pcmcia/pd6729.c
+++ b/drivers/pcmcia/pd6729.c
@@ -58,7 +58,7 @@ MODULE_AUTHOR("Jun Komuro <komurojun-mbn@nifty.com>");
58 58
59static int irq_mode = 1; /* 0 = ISA interrupt, 1 = PCI interrupt */ 59static int irq_mode = 1; /* 0 = ISA interrupt, 1 = PCI interrupt */
60static int irq_list[16]; 60static int irq_list[16];
61static int irq_list_count = 0; 61static unsigned int irq_list_count = 0;
62 62
63module_param(irq_mode, int, 0444); 63module_param(irq_mode, int, 0444);
64module_param_array(irq_list, int, &irq_list_count, 0444); 64module_param_array(irq_list, int, &irq_list_count, 0444);
diff --git a/drivers/pcmcia/tcic.c b/drivers/pcmcia/tcic.c
index c158cf38b9dd..749ac3710914 100644
--- a/drivers/pcmcia/tcic.c
+++ b/drivers/pcmcia/tcic.c
@@ -90,7 +90,7 @@ static int do_scan = 1;
90/* Bit map of interrupts to choose from */ 90/* Bit map of interrupts to choose from */
91static u_int irq_mask = 0xffff; 91static u_int irq_mask = 0xffff;
92static int irq_list[16]; 92static int irq_list[16];
93static int irq_list_count; 93static unsigned int irq_list_count;
94 94
95/* The card status change interrupt -- 0 means autoselect */ 95/* The card status change interrupt -- 0 means autoselect */
96static int cs_irq; 96static int cs_irq;