diff options
author | Dominik Brodowski <linux@dominikbrodowski.net> | 2005-11-14 15:25:23 -0500 |
---|---|---|
committer | Dominik Brodowski <linux@dominikbrodowski.net> | 2006-01-05 18:03:15 -0500 |
commit | f3990715589d378a2d3aa9b8accd78bb4a2378b7 (patch) | |
tree | de81bbdcefa4d599ce92f269aefe9aee814d67af /include | |
parent | cc3b4866bee996c922e875b8c8efe9f0d8803aae (diff) |
[PATCH] pcmcia: remove old detach mechanism
Remove the old "detach" mechanism as it is unused now.
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/pcmcia/cs.h | 1 | ||||
-rw-r--r-- | include/pcmcia/ds.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/pcmcia/cs.h b/include/pcmcia/cs.h index 2cab39f49eb2..a751251efdc8 100644 --- a/include/pcmcia/cs.h +++ b/include/pcmcia/cs.h | |||
@@ -382,7 +382,6 @@ enum service { | |||
382 | struct pcmcia_socket; | 382 | struct pcmcia_socket; |
383 | 383 | ||
384 | int pcmcia_access_configuration_register(struct pcmcia_device *p_dev, conf_reg_t *reg); | 384 | int pcmcia_access_configuration_register(struct pcmcia_device *p_dev, conf_reg_t *reg); |
385 | int pcmcia_deregister_client(struct pcmcia_device *p_dev); | ||
386 | int pcmcia_get_configuration_info(struct pcmcia_device *p_dev, config_info_t *config); | 385 | int pcmcia_get_configuration_info(struct pcmcia_device *p_dev, config_info_t *config); |
387 | int pcmcia_get_first_window(window_handle_t *win, win_req_t *req); | 386 | int pcmcia_get_first_window(window_handle_t *win, win_req_t *req); |
388 | int pcmcia_get_next_window(window_handle_t *win, win_req_t *req); | 387 | int pcmcia_get_next_window(window_handle_t *win, win_req_t *req); |
diff --git a/include/pcmcia/ds.h b/include/pcmcia/ds.h index 2869283acd1d..c53a0604e441 100644 --- a/include/pcmcia/ds.h +++ b/include/pcmcia/ds.h | |||
@@ -136,7 +136,6 @@ struct pcmcia_driver { | |||
136 | dev_link_t *(*attach)(void); | 136 | dev_link_t *(*attach)(void); |
137 | int (*event) (event_t event, int priority, | 137 | int (*event) (event_t event, int priority, |
138 | event_callback_args_t *); | 138 | event_callback_args_t *); |
139 | void (*detach)(dev_link_t *); | ||
140 | 139 | ||
141 | void (*remove) (struct pcmcia_device *dev); | 140 | void (*remove) (struct pcmcia_device *dev); |
142 | 141 | ||