mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-05-20 22:06:45 +00:00
[PATCH] pcmcia: remove old detach mechanism
Remove the old "detach" mechanism as it is unused now. Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
This commit is contained in:
@@ -382,7 +382,6 @@ enum service {
|
||||
struct pcmcia_socket;
|
||||
|
||||
int pcmcia_access_configuration_register(struct pcmcia_device *p_dev, conf_reg_t *reg);
|
||||
int pcmcia_deregister_client(struct pcmcia_device *p_dev);
|
||||
int pcmcia_get_configuration_info(struct pcmcia_device *p_dev, config_info_t *config);
|
||||
int pcmcia_get_first_window(window_handle_t *win, win_req_t *req);
|
||||
int pcmcia_get_next_window(window_handle_t *win, win_req_t *req);
|
||||
|
||||
@@ -136,7 +136,6 @@ struct pcmcia_driver {
|
||||
dev_link_t *(*attach)(void);
|
||||
int (*event) (event_t event, int priority,
|
||||
event_callback_args_t *);
|
||||
void (*detach)(dev_link_t *);
|
||||
|
||||
void (*remove) (struct pcmcia_device *dev);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user