diff options
Diffstat (limited to 'drivers/pcmcia/cistpl.c')
-rw-r--r-- | drivers/pcmcia/cistpl.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/pcmcia/cistpl.c b/drivers/pcmcia/cistpl.c index 2dc3e611a9a3..55d7247b58e7 100644 --- a/drivers/pcmcia/cistpl.c +++ b/drivers/pcmcia/cistpl.c | |||
@@ -60,9 +60,9 @@ static const u_int exponent[] = { | |||
60 | 60 | ||
61 | /* Parameters that can be set with 'insmod' */ | 61 | /* Parameters that can be set with 'insmod' */ |
62 | 62 | ||
63 | #define INT_MODULE_PARM(n, v) static int n = v; module_param(n, int, 0444) | 63 | /* 16-bit CIS? */ |
64 | 64 | static int cis_width; | |
65 | INT_MODULE_PARM(cis_width, 0); /* 16-bit CIS? */ | 65 | module_param(cis_width, int, 0444); |
66 | 66 | ||
67 | void release_cis_mem(struct pcmcia_socket *s) | 67 | void release_cis_mem(struct pcmcia_socket *s) |
68 | { | 68 | { |