diff options
Diffstat (limited to 'drivers/usb/gadget/uvc.h')
-rw-r--r-- | drivers/usb/gadget/uvc.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/usb/gadget/uvc.h b/drivers/usb/gadget/uvc.h index 93b0c1191115..817e9e19cecf 100644 --- a/drivers/usb/gadget/uvc.h +++ b/drivers/usb/gadget/uvc.h | |||
@@ -98,8 +98,6 @@ extern unsigned int uvc_gadget_trace_param; | |||
98 | #define DRIVER_VERSION "0.1.0" | 98 | #define DRIVER_VERSION "0.1.0" |
99 | #define DRIVER_VERSION_NUMBER KERNEL_VERSION(0, 1, 0) | 99 | #define DRIVER_VERSION_NUMBER KERNEL_VERSION(0, 1, 0) |
100 | 100 | ||
101 | #define DMA_ADDR_INVALID (~(dma_addr_t)0) | ||
102 | |||
103 | #define UVC_NUM_REQUESTS 4 | 101 | #define UVC_NUM_REQUESTS 4 |
104 | #define UVC_MAX_REQUEST_SIZE 64 | 102 | #define UVC_MAX_REQUEST_SIZE 64 |
105 | #define UVC_MAX_EVENTS 4 | 103 | #define UVC_MAX_EVENTS 4 |
@@ -190,6 +188,7 @@ struct uvc_file_handle | |||
190 | * Functions | 188 | * Functions |
191 | */ | 189 | */ |
192 | 190 | ||
191 | extern void uvc_function_setup_continue(struct uvc_device *uvc); | ||
193 | extern void uvc_endpoint_stream(struct uvc_device *dev); | 192 | extern void uvc_endpoint_stream(struct uvc_device *dev); |
194 | 193 | ||
195 | extern void uvc_function_connect(struct uvc_device *uvc); | 194 | extern void uvc_function_connect(struct uvc_device *uvc); |