diff options
Diffstat (limited to 'include/pcmcia/ds.h')
-rw-r--r-- | include/pcmcia/ds.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/pcmcia/ds.h b/include/pcmcia/ds.h index f240bfa454f8..cbf5f05745f2 100644 --- a/include/pcmcia/ds.h +++ b/include/pcmcia/ds.h | |||
@@ -202,8 +202,6 @@ int pcmcia_request_configuration(struct pcmcia_device *p_dev, | |||
202 | int pcmcia_request_window(struct pcmcia_device **p_dev, win_req_t *req, | 202 | int pcmcia_request_window(struct pcmcia_device **p_dev, win_req_t *req, |
203 | window_handle_t *wh); | 203 | window_handle_t *wh); |
204 | int pcmcia_release_window(struct pcmcia_device *p_dev, window_handle_t win); | 204 | int pcmcia_release_window(struct pcmcia_device *p_dev, window_handle_t win); |
205 | |||
206 | int pcmcia_get_mem_page(window_handle_t win, memreq_t *req); | ||
207 | int pcmcia_map_mem_page(struct pcmcia_device *p_dev, window_handle_t win, | 205 | int pcmcia_map_mem_page(struct pcmcia_device *p_dev, window_handle_t win, |
208 | memreq_t *req); | 206 | memreq_t *req); |
209 | 207 | ||