diff options
Diffstat (limited to 'include/pcmcia')
-rw-r--r-- | include/pcmcia/ds.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pcmcia/ds.h b/include/pcmcia/ds.h index d82392de4e92..40b098d7aa41 100644 --- a/include/pcmcia/ds.h +++ b/include/pcmcia/ds.h | |||
@@ -201,7 +201,7 @@ int pcmcia_request_configuration(struct pcmcia_device *p_dev, | |||
201 | 201 | ||
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(window_handle_t win); | 204 | int pcmcia_release_window(struct pcmcia_device *p_dev, window_handle_t win); |
205 | 205 | ||
206 | int pcmcia_get_mem_page(window_handle_t win, memreq_t *req); | 206 | int pcmcia_get_mem_page(window_handle_t win, memreq_t *req); |
207 | int pcmcia_map_mem_page(window_handle_t win, memreq_t *req); | 207 | int pcmcia_map_mem_page(window_handle_t win, memreq_t *req); |