diff options
author | Dominik Brodowski <linux@dominikbrodowski.net> | 2010-07-24 11:43:10 -0400 |
---|---|---|
committer | Dominik Brodowski <linux@dominikbrodowski.net> | 2010-08-03 03:04:13 -0400 |
commit | a3d0d4d8dd45779b6e174a8567ffb9b485e472af (patch) | |
tree | 0b826ed221d8ce2f2c00a758e336470791f9386e /drivers/pcmcia/cistpl.c | |
parent | 90abdc3b973229bae98dd96649d9f7106cc177a4 (diff) |
pcmcia: move local definitions out of include/pcmcia/cs.h
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
Diffstat (limited to 'drivers/pcmcia/cistpl.c')
-rw-r--r-- | drivers/pcmcia/cistpl.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/pcmcia/cistpl.c b/drivers/pcmcia/cistpl.c index 1733fab469a1..91414a0ddc44 100644 --- a/drivers/pcmcia/cistpl.c +++ b/drivers/pcmcia/cistpl.c | |||
@@ -53,6 +53,9 @@ static const u_int exponent[] = { | |||
53 | /* Upper limit on reasonable # of tuples */ | 53 | /* Upper limit on reasonable # of tuples */ |
54 | #define MAX_TUPLES 200 | 54 | #define MAX_TUPLES 200 |
55 | 55 | ||
56 | /* Bits in IRQInfo1 field */ | ||
57 | #define IRQ_INFO2_VALID 0x10 | ||
58 | |||
56 | /* 16-bit CIS? */ | 59 | /* 16-bit CIS? */ |
57 | static int cis_width; | 60 | static int cis_width; |
58 | module_param(cis_width, int, 0444); | 61 | module_param(cis_width, int, 0444); |