diff options
Diffstat (limited to 'drivers/pcmcia/cs_internal.h')
-rw-r--r-- | drivers/pcmcia/cs_internal.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/pcmcia/cs_internal.h b/drivers/pcmcia/cs_internal.h index a0c5adb37b5f..42eef437afd4 100644 --- a/drivers/pcmcia/cs_internal.h +++ b/drivers/pcmcia/cs_internal.h | |||
@@ -34,9 +34,6 @@ typedef struct config_t { | |||
34 | struct kref ref; | 34 | struct kref ref; |
35 | unsigned int state; | 35 | unsigned int state; |
36 | unsigned int Attributes; | 36 | unsigned int Attributes; |
37 | unsigned int ConfigBase; | ||
38 | unsigned char Option; | ||
39 | unsigned int CardValues; | ||
40 | 37 | ||
41 | struct resource io[MAX_IO_WIN]; /* io ports */ | 38 | struct resource io[MAX_IO_WIN]; /* io ports */ |
42 | struct resource mem[MAX_WIN]; /* mem areas */ | 39 | struct resource mem[MAX_WIN]; /* mem areas */ |