Home
last modified time | relevance | path

Searched hist:b3060044e4951fea7cdbd25310f78c438bba71c9 (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/pinctrl/freescale/
H A Dpinctrl-imx7d.cdiff b3060044e4951fea7cdbd25310f78c438bba71c9 Tue Jun 27 13:55:21 CEST 2017 Arvind Yadav <arvind.yadav.cs@gmail.com> pinctrl: freescale: imx7d: 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: Arvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>