usb: gadget: fsl_qe_udc: constify qe_ep0_desc
[linux-2.6-block.git] / drivers / usb / gadget / udc / fsl_qe_udc.c
index 303328ce59ee0555b07bfac3d2c6a0fe64481e41..a3e72d690eef9532cb7d5d9338247355ff69d07a 100644 (file)
@@ -62,7 +62,7 @@ static const char *const ep_name[] = {
        "ep3",
 };
 
-static struct usb_endpoint_descriptor qe_ep0_desc = {
+static const struct usb_endpoint_descriptor qe_ep0_desc = {
        .bLength =              USB_DT_ENDPOINT_SIZE,
        .bDescriptorType =      USB_DT_ENDPOINT,