diff options
author | Dominik Brodowski <linux@dominikbrodowski.net> | 2005-09-09 16:03:27 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-09 16:57:48 -0400 |
commit | 71ed90d89eff51a1137cbef727f11b8f7d5b20f1 (patch) | |
tree | a99d137d738e03bde1e957f08785788b4aa9082e /drivers/pcmcia/cs_internal.h | |
parent | 76d82ec526b0549cedf332d80929c8c225b653fa (diff) |
[PATCH] pcmcia: remove unused Vpp1, Vpp2 and Vcc
config_t->Vpp1, Vpp2 and Vcc are never read, so remove them.
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/pcmcia/cs_internal.h')
-rw-r--r-- | drivers/pcmcia/cs_internal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pcmcia/cs_internal.h b/drivers/pcmcia/cs_internal.h index 4d5ffdcfeca3..55867bc7f199 100644 --- a/drivers/pcmcia/cs_internal.h +++ b/drivers/pcmcia/cs_internal.h | |||
@@ -42,7 +42,6 @@ typedef struct region_t { | |||
42 | typedef struct config_t { | 42 | typedef struct config_t { |
43 | u_int state; | 43 | u_int state; |
44 | u_int Attributes; | 44 | u_int Attributes; |
45 | u_int Vcc, Vpp1, Vpp2; | ||
46 | u_int IntType; | 45 | u_int IntType; |
47 | u_int ConfigBase; | 46 | u_int ConfigBase; |
48 | u_char Status, Pin, Copy, Option, ExtStatus; | 47 | u_char Status, Pin, Copy, Option, ExtStatus; |