usb: gadget: constify all struct usb_gadget_ops
[linux-2.6-block.git] / drivers / usb / gadget / r8a66597-udc.c
index 5a80751accb7de937af730a988fa0f0f2474232a..234838da6d51e6c938fa100b5012250f61357225 100644 (file)
@@ -1812,7 +1812,7 @@ static int r8a66597_set_selfpowered(struct usb_gadget *gadget, int is_self)
        return 0;
 }
 
-static struct usb_gadget_ops r8a66597_gadget_ops = {
+static const struct usb_gadget_ops r8a66597_gadget_ops = {
        .get_frame              = r8a66597_get_frame,
        .udc_start              = r8a66597_start,
        .udc_stop               = r8a66597_stop,