diff options
author | Dominik Brodowski <linux@dominikbrodowski.net> | 2006-01-10 14:54:46 -0500 |
---|---|---|
committer | Dominik Brodowski <linux@dominikbrodowski.net> | 2006-03-31 10:02:13 -0500 |
commit | cbbddd1046d44d90d31c7f246ed0207117602b89 (patch) | |
tree | 91c934475b83ce5ebe248b56b7d2424729fa3124 /include/pcmcia | |
parent | 360b65b95bae96f854a2413093ee9b79c31203ae (diff) |
[PATCH] pcmcia: remove unused defines
Remove unused fields and declarations.
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
Diffstat (limited to 'include/pcmcia')
-rw-r--r-- | include/pcmcia/cs.h | 11 | ||||
-rw-r--r-- | include/pcmcia/ds.h | 1 |
2 files changed, 0 insertions, 12 deletions
diff --git a/include/pcmcia/cs.h b/include/pcmcia/cs.h index 52660f32663d..df9b7f706348 100644 --- a/include/pcmcia/cs.h +++ b/include/pcmcia/cs.h | |||
@@ -109,17 +109,6 @@ typedef struct client_req_t { | |||
109 | 109 | ||
110 | #define CLIENT_THIS_SOCKET 0x01 | 110 | #define CLIENT_THIS_SOCKET 0x01 |
111 | 111 | ||
112 | /* For RegisterClient */ | ||
113 | typedef struct client_reg_t { | ||
114 | dev_info_t *dev_info; | ||
115 | u_int Attributes; /* UNUSED */ | ||
116 | u_int EventMask; | ||
117 | int (*event_handler)(event_t event, int priority, | ||
118 | event_callback_args_t *); | ||
119 | event_callback_args_t event_callback_args; | ||
120 | u_int Version; | ||
121 | } client_reg_t; | ||
122 | |||
123 | /* ModifyConfiguration */ | 112 | /* ModifyConfiguration */ |
124 | typedef struct modconf_t { | 113 | typedef struct modconf_t { |
125 | u_int Attributes; | 114 | u_int Attributes; |
diff --git a/include/pcmcia/ds.h b/include/pcmcia/ds.h index ac11fb1e8d69..8512cf9a1216 100644 --- a/include/pcmcia/ds.h +++ b/include/pcmcia/ds.h | |||
@@ -106,7 +106,6 @@ typedef struct dev_node_t { | |||
106 | typedef struct dev_link_t { | 106 | typedef struct dev_link_t { |
107 | dev_node_t *dev; | 107 | dev_node_t *dev; |
108 | u_int state, open; | 108 | u_int state, open; |
109 | wait_queue_head_t pending; | ||
110 | client_handle_t handle; | 109 | client_handle_t handle; |
111 | io_req_t io; | 110 | io_req_t io; |
112 | irq_req_t irq; | 111 | irq_req_t irq; |