From: Magnus Damm Date: Wed, 13 Dec 2006 06:36:13 +0000 (+0900) Subject: pcmcia: Remove unused header file code X-Git-Tag: v2.6.27-rc1~1113^2~6 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=b453917ac45d6077955c096d8d5503754b0c13b4;p=linux-2.6-omap-h63xx.git pcmcia: Remove unused header file code pcmcia: Remove unused header file code Signed-off-by: Magnus Damm Signed-off-by: Dominik Brodowski --- diff --git a/include/pcmcia/cs.h b/include/pcmcia/cs.h index 87a260e3699..7b67ca9771c 100644 --- a/include/pcmcia/cs.h +++ b/include/pcmcia/cs.h @@ -373,8 +373,6 @@ struct pcmcia_socket; 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_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_mem_page(window_handle_t win, memreq_t *req); 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 6f80b35a863..f402a0f435b 100644 --- a/include/pcmcia/cs_types.h +++ b/include/pcmcia/cs_types.h @@ -34,9 +34,6 @@ typedef u_int event_t; typedef u_char cisdata_t; typedef u_short page_t; -struct pcmcia_device; -typedef struct pcmcia_device *client_handle_t; - struct window_t; typedef struct window_t *window_handle_t;