aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pcmcia/pd6729.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pcmcia/pd6729.c')
-rw-r--r--drivers/pcmcia/pd6729.c2
1 files changed, 1 insertions, 1 deletions
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);