Skip to content

Commit

Permalink
pcmcia: Remove unused header file code
Browse files Browse the repository at this point in the history
pcmcia: Remove unused header file code

Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
  • Loading branch information
Magnus Damm authored and Dominik Brodowski committed Jun 24, 2008
1 parent ae49ec9 commit b453917
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions include/pcmcia/cs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
3 changes: 0 additions & 3 deletions include/pcmcia/cs_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit b453917

Please sign in to comment.