diff options
author | Magnus Damm <damm@opensource.se> | 2006-12-13 01:36:13 -0500 |
---|---|---|
committer | Dominik Brodowski <linux@dominikbrodowski.net> | 2008-06-24 09:33:43 -0400 |
commit | b453917ac45d6077955c096d8d5503754b0c13b4 (patch) | |
tree | eae4291102b4f83a9b8e8eaab3cf4bb5c96bb3db /include/pcmcia | |
parent | ae49ec9258b1ba0456f5d2e9024d0e4742a0188b (diff) |
pcmcia: Remove unused header file code
pcmcia: Remove unused header file code
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
Diffstat (limited to 'include/pcmcia')
-rw-r--r-- | include/pcmcia/cs.h | 2 | ||||
-rw-r--r-- | include/pcmcia/cs_types.h | 3 |
2 files changed, 0 insertions, 5 deletions
diff --git a/include/pcmcia/cs.h b/include/pcmcia/cs.h index 87a260e3699e..7b67ca9771ce 100644 --- a/include/pcmcia/cs.h +++ b/include/pcmcia/cs.h | |||
@@ -373,8 +373,6 @@ struct pcmcia_socket; | |||
373 | 373 | ||
374 | int pcmcia_access_configuration_register(struct pcmcia_device *p_dev, conf_reg_t *reg); | 374 | int pcmcia_access_configuration_register(struct pcmcia_device *p_dev, conf_reg_t *reg); |
375 | int pcmcia_get_configuration_info(struct pcmcia_device *p_dev, config_info_t *config); | 375 | int pcmcia_get_configuration_info(struct pcmcia_device *p_dev, config_info_t *config); |
376 | int pcmcia_get_first_window(window_handle_t *win, win_req_t *req); | ||
377 | int pcmcia_get_next_window(window_handle_t *win, win_req_t *req); | ||
378 | int pcmcia_get_status(struct pcmcia_device *p_dev, cs_status_t *status); | 376 | int pcmcia_get_status(struct pcmcia_device *p_dev, cs_status_t *status); |
379 | int pcmcia_get_mem_page(window_handle_t win, memreq_t *req); | 377 | int pcmcia_get_mem_page(window_handle_t win, memreq_t *req); |
380 | int pcmcia_map_mem_page(window_handle_t win, memreq_t *req); | 378 | int pcmcia_map_mem_page(window_handle_t win, memreq_t *req); |
diff --git a/include/pcmcia/cs_types.h b/include/pcmcia/cs_types.h index 6f80b35a863e..f402a0f435b4 100644 --- a/include/pcmcia/cs_types.h +++ b/include/pcmcia/cs_types.h | |||
@@ -34,9 +34,6 @@ typedef u_int event_t; | |||
34 | typedef u_char cisdata_t; | 34 | typedef u_char cisdata_t; |
35 | typedef u_short page_t; | 35 | typedef u_short page_t; |
36 | 36 | ||
37 | struct pcmcia_device; | ||
38 | typedef struct pcmcia_device *client_handle_t; | ||
39 | |||
40 | struct window_t; | 37 | struct window_t; |
41 | typedef struct window_t *window_handle_t; | 38 | typedef struct window_t *window_handle_t; |
42 | 39 | ||