Signed-off-by: Fengguang Wu <fengguang...@intel.com>
---
 drivers/usb/gadget/zero.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next.orig/drivers/usb/gadget/zero.c   2013-02-03 09:50:18.426689812 
+0800
+++ linux-next/drivers/usb/gadget/zero.c        2013-02-03 09:53:35.162694484 
+0800
@@ -63,7 +63,7 @@ static const char longname[] = "Gadget Z
 static bool loopdefault = 0;
 module_param(loopdefault, bool, S_IRUGO|S_IWUSR);
 
-struct usb_zero_options gzero_options = {
+static struct usb_zero_options gzero_options = {
        .isoc_interval = 4,
        .isoc_maxpacket = 1024,
        .bulk_buflen = 4096,
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to