diff options
Diffstat (limited to 'include/pcmcia/ds.h')
-rw-r--r-- | include/pcmcia/ds.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 | ||