diff options
Diffstat (limited to 'drivers/pcmcia/cs_internal.h')
-rw-r--r-- | drivers/pcmcia/cs_internal.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/pcmcia/cs_internal.h b/drivers/pcmcia/cs_internal.h index 0b4c18edfa49..e0ba4b5daa13 100644 --- a/drivers/pcmcia/cs_internal.h +++ b/drivers/pcmcia/cs_internal.h | |||
@@ -114,9 +114,6 @@ static inline void cs_socket_put(struct pcmcia_socket *skt) | |||
114 | #define CHECK_ERASEQ(q) \ | 114 | #define CHECK_ERASEQ(q) \ |
115 | (((q) == NULL) || ((q)->eraseq_magic != ERASEQ_MAGIC)) | 115 | (((q) == NULL) || ((q)->eraseq_magic != ERASEQ_MAGIC)) |
116 | 116 | ||
117 | #define EVENT(h, e, p) \ | ||
118 | ((h)->event_handler((e), (p), &(h)->event_callback_args)) | ||
119 | |||
120 | /* In cardbus.c */ | 117 | /* In cardbus.c */ |
121 | int cb_alloc(struct pcmcia_socket *s); | 118 | int cb_alloc(struct pcmcia_socket *s); |
122 | void cb_free(struct pcmcia_socket *s); | 119 | void cb_free(struct pcmcia_socket *s); |