Signed-off-by: Sebastian Andrzej Siewior <[email protected]>
---
 drivers/usb/gadget/composite.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/drivers/usb/gadget/composite.c b/drivers/usb/gadget/composite.c
index 92cc238..ac30e2f 100644
--- a/drivers/usb/gadget/composite.c
+++ b/drivers/usb/gadget/composite.c
@@ -74,10 +74,12 @@ MODULE_PARM_DESC(iSerialNumber, "SerialNumber string");
 static char composite_manufacturer[50];
 
 /* Default endpoint companion descriptor */
+#ifdef CONFIG_USB_GADGET_SUPERSPEED
 static struct usb_ss_ep_comp_descriptor default_ep_comp_desc = {
                .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
                .bLength = sizeof(struct usb_ss_ep_comp_descriptor),
 };
+#endif
 
 /**
  * usb_create_ss_descriptors() - Generate SuperSpeed descriptors
@@ -93,6 +95,7 @@ static struct usb_ss_ep_comp_descriptor default_ep_comp_desc 
= {
  */
 void usb_create_ss_descriptors(struct usb_function *f)
 {
+#ifdef CONFIG_USB_GADGET_SUPERSPEED
        struct usb_ss_ep_comp_descriptor        *ep_comp_desc;
        struct usb_endpoint_descriptor          *ep_desc;
        struct usb_descriptor_header            **src = f->hs_descriptors;
@@ -185,6 +188,7 @@ void usb_create_ss_descriptors(struct usb_function *f)
         */
        *tmp = NULL;
        f->ss_desc_allocated = true;
+#endif
 }
 
 /*-------------------------------------------------------------------------*/
-- 
1.7.4

--
To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to