diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/pcmcia/ds.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pcmcia/ds.h b/include/pcmcia/ds.h index 020055199008..2869283acd1d 100644 --- a/include/pcmcia/ds.h +++ b/include/pcmcia/ds.h | |||
@@ -138,6 +138,8 @@ struct pcmcia_driver { | |||
138 | event_callback_args_t *); | 138 | event_callback_args_t *); |
139 | void (*detach)(dev_link_t *); | 139 | void (*detach)(dev_link_t *); |
140 | 140 | ||
141 | void (*remove) (struct pcmcia_device *dev); | ||
142 | |||
141 | int (*suspend) (struct pcmcia_device *dev); | 143 | int (*suspend) (struct pcmcia_device *dev); |
142 | int (*resume) (struct pcmcia_device *dev); | 144 | int (*resume) (struct pcmcia_device *dev); |
143 | 145 | ||