aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/pcmcia/cs.h11
-rw-r--r--include/pcmcia/ds.h1
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 */
113typedef 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 */
124typedef struct modconf_t { 113typedef 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 {
106typedef struct dev_link_t { 106typedef 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;