diff options
Diffstat (limited to 'include/linux/usb.h')
-rw-r--r-- | include/linux/usb.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/usb.h b/include/linux/usb.h index 9d08f5a5ba76..019ae963a9fe 100644 --- a/include/linux/usb.h +++ b/include/linux/usb.h | |||
@@ -1422,13 +1422,13 @@ void usb_buffer_unmap (struct urb *urb); | |||
1422 | #endif | 1422 | #endif |
1423 | 1423 | ||
1424 | struct scatterlist; | 1424 | struct scatterlist; |
1425 | int usb_buffer_map_sg(const struct usb_device *dev, unsigned pipe, | 1425 | int usb_buffer_map_sg(const struct usb_device *dev, int is_in, |
1426 | struct scatterlist *sg, int nents); | 1426 | struct scatterlist *sg, int nents); |
1427 | #if 0 | 1427 | #if 0 |
1428 | void usb_buffer_dmasync_sg(const struct usb_device *dev, unsigned pipe, | 1428 | void usb_buffer_dmasync_sg(const struct usb_device *dev, int is_in, |
1429 | struct scatterlist *sg, int n_hw_ents); | 1429 | struct scatterlist *sg, int n_hw_ents); |
1430 | #endif | 1430 | #endif |
1431 | void usb_buffer_unmap_sg(const struct usb_device *dev, unsigned pipe, | 1431 | void usb_buffer_unmap_sg(const struct usb_device *dev, int is_in, |
1432 | struct scatterlist *sg, int n_hw_ents); | 1432 | struct scatterlist *sg, int n_hw_ents); |
1433 | 1433 | ||
1434 | /*-------------------------------------------------------------------* | 1434 | /*-------------------------------------------------------------------* |