]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit60b14ebe9b0eb171af0e6ba496d7420c6b6f0229
tree09c65751bb7f9fdee41deb1e329d0dc17904d64b
parent68a69cfea370e78e13e442e3f1e33dd1c1fc673e
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