[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:
@@ -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