Skip to content

Commit

Permalink
[PATCH] pcmcia: remove unused defines
Browse files Browse the repository at this point in the history
Remove unused fields and declarations.

Signed-off-by: Dominik Brodowski <[email protected]>
  • Loading branch information
Dominik Brodowski committed Mar 31, 2006
1 parent 360b65b commit cbbddd1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
11 changes: 0 additions & 11 deletions include/pcmcia/cs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 0 additions & 1 deletion include/pcmcia/ds.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit cbbddd1

Please sign in to comment.