diff options
Diffstat (limited to 'drivers/pcmcia/ds_internal.h')
-rw-r--r-- | drivers/pcmcia/ds_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pcmcia/ds_internal.h b/drivers/pcmcia/ds_internal.h index d359bd25a51c..783d8617a05c 100644 --- a/drivers/pcmcia/ds_internal.h +++ b/drivers/pcmcia/ds_internal.h | |||
@@ -15,7 +15,7 @@ extern void handle_event(struct pcmcia_socket *s, event_t event); | |||
15 | extern int handle_request(struct pcmcia_socket *s, event_t event); | 15 | extern int handle_request(struct pcmcia_socket *s, event_t event); |
16 | #else | 16 | #else |
17 | static inline void __init pcmcia_setup_ioctl(void) { return; } | 17 | static inline void __init pcmcia_setup_ioctl(void) { return; } |
18 | static inline void __init pcmcia_cleanup_ioctl(void) { return; } | 18 | static inline void __exit pcmcia_cleanup_ioctl(void) { return; } |
19 | static inline void handle_event(struct pcmcia_socket *s, event_t event) { return; } | 19 | static inline void handle_event(struct pcmcia_socket *s, event_t event) { return; } |
20 | static inline int handle_request(struct pcmcia_socket *s, event_t event) { return CS_SUCCESS; } | 20 | static inline int handle_request(struct pcmcia_socket *s, event_t event) { return CS_SUCCESS; } |
21 | #endif | 21 | #endif |