diff options
Diffstat (limited to 'include/pcmcia/ss.h')
-rw-r--r-- | include/pcmcia/ss.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/pcmcia/ss.h b/include/pcmcia/ss.h index e788bbc5657d..25e6bf05e25c 100644 --- a/include/pcmcia/ss.h +++ b/include/pcmcia/ss.h | |||
@@ -118,7 +118,6 @@ struct pcmcia_socket; | |||
118 | struct pccard_operations { | 118 | struct pccard_operations { |
119 | int (*init)(struct pcmcia_socket *sock); | 119 | int (*init)(struct pcmcia_socket *sock); |
120 | int (*suspend)(struct pcmcia_socket *sock); | 120 | int (*suspend)(struct pcmcia_socket *sock); |
121 | int (*register_callback)(struct pcmcia_socket *sock, void (*handler)(void *, unsigned int), void * info); | ||
122 | int (*get_status)(struct pcmcia_socket *sock, u_int *value); | 121 | int (*get_status)(struct pcmcia_socket *sock, u_int *value); |
123 | int (*get_socket)(struct pcmcia_socket *sock, socket_state_t *state); | 122 | int (*get_socket)(struct pcmcia_socket *sock, socket_state_t *state); |
124 | int (*set_socket)(struct pcmcia_socket *sock, socket_state_t *state); | 123 | int (*set_socket)(struct pcmcia_socket *sock, socket_state_t *state); |