aboutsummaryrefslogtreecommitdiffstats
path: root/include/pcmcia/ss.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pcmcia/ss.h')
-rw-r--r--include/pcmcia/ss.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/pcmcia/ss.h b/include/pcmcia/ss.h
index ed919dd9bb5c..e34bef0fc74f 100644
--- a/include/pcmcia/ss.h
+++ b/include/pcmcia/ss.h
@@ -199,8 +199,8 @@ struct pcmcia_socket {
199 io_window_t io[MAX_IO_WIN]; 199 io_window_t io[MAX_IO_WIN];
200 window_t win[MAX_WIN]; 200 window_t win[MAX_WIN];
201 struct list_head cis_cache; 201 struct list_head cis_cache;
202 u_int fake_cis_len; 202 size_t fake_cis_len;
203 char *fake_cis; 203 u8 *fake_cis;
204 204
205 struct list_head socket_list; 205 struct list_head socket_list;
206 struct completion socket_released; 206 struct completion socket_released;