usb: gadget: ci: Make various ops const
authorAdam Ford <aford173@gmail.com>
Fri, 4 Mar 2022 22:59:02 +0000 (16:59 -0600)
committerMarek Vasut <marex@denx.de>
Fri, 22 Apr 2022 08:35:14 +0000 (10:35 +0200)
commit570eaadac05c131288335248e4611e663b85c278
tree09c65751bb7f9fdee41deb1e329d0dc17904d64b
parentea5583b90f9c162af6f2025718dc50ffbb6e4552
usb: gadget: ci: Make various ops const

ci_udc_ops and ci_ep_ops do not change their operations.
Mark them as const.

Signed-off-by: Adam Ford <aford173@gmail.com>
drivers/usb/gadget/ci_udc.c