Change global variable _available_funcs to const 26/228226/1
authorINSUN PYO <insun.pyo@samsung.com>
Fri, 20 Mar 2020 01:27:17 +0000 (10:27 +0900)
committerINSUN PYO <insun.pyo@samsung.com>
Fri, 20 Mar 2020 01:29:39 +0000 (10:29 +0900)
commit9065e52b99d5a10fa059c7337b7d693fa32584e5
tree47dc6f6c444d46536bcccc4ec42a34dc3f228576
parent3d1a1c4e666cd31b88cd678968658368e988cbaa
Change global variable _available_funcs to const

Since the _available_funcs global variable is used in many places, it should be prevented from changing to const.

Change-Id: I53404030e16361a70254fe2780176ac1441b1e13
hw/usb_cfs_client_common.c
hw/usb_client_common.c
hw/usb_gadget.h
hw/usb_gadget_common.c