soc: mtk-pmic-wrap: make of_device_ids const.
of_device_ids are not supposed to change at runtime. All functions working with of_device_ids provided by <linux/of.h> work with const of_device_ids. So mark the non-const structs as const. Signed-off-by: NArvind Yadav <arvind.yadav.cs@gmail.com> Acked-by: NChen Zhong <chen.zhong@mediatek.com> Signed-off-by: NMatthias Brugger <matthias.bgg@gmail.com>
Showing
想要评论请 注册 或 登录