usb: renesas_usbhs: gadget: make usb_ep_ops const
authorBhumika Goyal <bhumirks@gmail.com>
Sat, 12 Aug 2017 12:04:53 +0000 (17:34 +0530)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Tue, 15 Aug 2017 11:18:53 +0000 (14:18 +0300)
commit7fc461378cad592e8e606cce2b05b917982539fc
tree90036fb3ad4750f0b45827317b51b807e6c37cf6
parente7059ef82a228ba9df21f5e43b06353385b098f1
usb: renesas_usbhs: gadget: make usb_ep_ops const

Make the structure const as it is only stored in the ops field of a
usb_ep structure, which is of type const.
Done using Coccinelle.

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/renesas_usbhs/mod_gadget.c