From caa60cd7aa4d0dac63c4864cae1ebb3010e53f3a Mon Sep 17 00:00:00 2001 From: Dominik Brodowski Date: Tue, 10 Jan 2006 20:54:46 +0100 Subject: [PATCH] --- yaml --- r: 25084 b: refs/heads/master c: cbbddd1046d44d90d31c7f246ed0207117602b89 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/pcmcia/cs.h | 11 ----------- trunk/include/pcmcia/ds.h | 1 - 3 files changed, 1 insertion(+), 13 deletions(-) diff --git a/[refs] b/[refs] index 5e62673658c5..5a751cdcd982 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 360b65b95bae96f854a2413093ee9b79c31203ae +refs/heads/master: cbbddd1046d44d90d31c7f246ed0207117602b89 diff --git a/trunk/include/pcmcia/cs.h b/trunk/include/pcmcia/cs.h index 52660f32663d..df9b7f706348 100644 --- a/trunk/include/pcmcia/cs.h +++ b/trunk/include/pcmcia/cs.h @@ -109,17 +109,6 @@ typedef struct client_req_t { #define CLIENT_THIS_SOCKET 0x01 -/* For RegisterClient */ -typedef struct client_reg_t { - dev_info_t *dev_info; - u_int Attributes; /* UNUSED */ - u_int EventMask; - int (*event_handler)(event_t event, int priority, - event_callback_args_t *); - event_callback_args_t event_callback_args; - u_int Version; -} client_reg_t; - /* ModifyConfiguration */ typedef struct modconf_t { u_int Attributes; diff --git a/trunk/include/pcmcia/ds.h b/trunk/include/pcmcia/ds.h index ac11fb1e8d69..8512cf9a1216 100644 --- a/trunk/include/pcmcia/ds.h +++ b/trunk/include/pcmcia/ds.h @@ -106,7 +106,6 @@ typedef struct dev_node_t { typedef struct dev_link_t { dev_node_t *dev; u_int state, open; - wait_queue_head_t pending; client_handle_t handle; io_req_t io; irq_req_t irq;