aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb')
-rw-r--r--drivers/usb/gadget/function/uvc_v4l2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/gadget/function/uvc_v4l2.c b/drivers/usb/gadget/function/uvc_v4l2.c
index b52f2681ec21..5aad7fededa5 100644
--- a/drivers/usb/gadget/function/uvc_v4l2.c
+++ b/drivers/usb/gadget/function/uvc_v4l2.c
@@ -341,7 +341,7 @@ uvc_v4l2_poll(struct file *file, poll_table *wait)
341} 341}
342 342
343#ifndef CONFIG_MMU 343#ifndef CONFIG_MMU
344static unsigned long uvc_v4l2_get_unmapped_area(struct file *file, 344static unsigned long uvcg_v4l2_get_unmapped_area(struct file *file,
345 unsigned long addr, unsigned long len, unsigned long pgoff, 345 unsigned long addr, unsigned long len, unsigned long pgoff,
346 unsigned long flags) 346 unsigned long flags)
347{ 347{