From: Fengguang Wu Date: Tue, 16 Sep 2014 14:26:46 +0000 (+0300) Subject: usb: gadget: uvc: uvc_alloc() can be static X-Git-Tag: fixes-for-v3.18-merge-window~16^2~118^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a6698b80cfe36dd4e3c6bc30ab81b4e0a837f64;p=pandora-kernel.git usb: gadget: uvc: uvc_alloc() can be static The function isn't called from outside of its compilation unit, make it static. Signed-off-by: Fengguang Wu Acked-by: Andrzej Pietrasiewicz Signed-off-by: Laurent Pinchart Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed