diff options
Diffstat (limited to 'drivers/pcmcia/cs_internal.h')
-rw-r--r-- | drivers/pcmcia/cs_internal.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/pcmcia/cs_internal.h b/drivers/pcmcia/cs_internal.h index da055dc14d98..7f1953f78b12 100644 --- a/drivers/pcmcia/cs_internal.h +++ b/drivers/pcmcia/cs_internal.h | |||
@@ -33,18 +33,9 @@ | |||
33 | typedef struct config_t { | 33 | typedef struct config_t { |
34 | struct kref ref; | 34 | struct kref ref; |
35 | unsigned int state; | 35 | unsigned int state; |
36 | unsigned int Attributes; | ||
37 | unsigned int IntType; | ||
38 | unsigned int ConfigBase; | ||
39 | unsigned char Status, Pin, Copy, Option, ExtStatus; | ||
40 | unsigned int CardValues; | ||
41 | 36 | ||
42 | struct resource io[MAX_IO_WIN]; /* io ports */ | 37 | struct resource io[MAX_IO_WIN]; /* io ports */ |
43 | struct resource mem[MAX_WIN]; /* mem areas */ | 38 | struct resource mem[MAX_WIN]; /* mem areas */ |
44 | |||
45 | struct { | ||
46 | u_int Attributes; | ||
47 | } irq; | ||
48 | } config_t; | 39 | } config_t; |
49 | 40 | ||
50 | 41 | ||