Commit b453917a authored by Magnus Damm's avatar Magnus Damm Committed by Dominik Brodowski

pcmcia: Remove unused header file code

pcmcia: Remove unused header file code
Signed-off-by: default avatarMagnus Damm <damm@opensource.se>
Signed-off-by: default avatarDominik Brodowski <linux@dominikbrodowski.net>
parent ae49ec92
...@@ -373,8 +373,6 @@ struct pcmcia_socket; ...@@ -373,8 +373,6 @@ struct pcmcia_socket;
int pcmcia_access_configuration_register(struct pcmcia_device *p_dev, conf_reg_t *reg); int pcmcia_access_configuration_register(struct pcmcia_device *p_dev, conf_reg_t *reg);
int pcmcia_get_configuration_info(struct pcmcia_device *p_dev, config_info_t *config); int pcmcia_get_configuration_info(struct pcmcia_device *p_dev, config_info_t *config);
int pcmcia_get_first_window(window_handle_t *win, win_req_t *req);
int pcmcia_get_next_window(window_handle_t *win, win_req_t *req);
int pcmcia_get_status(struct pcmcia_device *p_dev, cs_status_t *status); int pcmcia_get_status(struct pcmcia_device *p_dev, cs_status_t *status);
int pcmcia_get_mem_page(window_handle_t win, memreq_t *req); int pcmcia_get_mem_page(window_handle_t win, memreq_t *req);
int pcmcia_map_mem_page(window_handle_t win, memreq_t *req); int pcmcia_map_mem_page(window_handle_t win, memreq_t *req);
......
...@@ -34,9 +34,6 @@ typedef u_int event_t; ...@@ -34,9 +34,6 @@ typedef u_int event_t;
typedef u_char cisdata_t; typedef u_char cisdata_t;
typedef u_short page_t; typedef u_short page_t;
struct pcmcia_device;
typedef struct pcmcia_device *client_handle_t;
struct window_t; struct window_t;
typedef struct window_t *window_handle_t; typedef struct window_t *window_handle_t;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment