diff options
author | Stefan Agner <[email protected]> | 2018-01-06 15:25:49 +0100 |
---|---|---|
committer | Linus Walleij <[email protected]> | 2018-01-11 10:29:18 +0100 |
commit | f5843492ecefcf766963518f14bcf8d77b88338c (patch) | |
tree | e30b090188570ea4f1a0df45c28f2f3abda788c6 /tools/perf/scripts/python/call-graph-from-sql.py | |
parent | 32e21f084faacc69014b4bb082db04890fad5f1b (diff) |
pinctrl: imx: use struct imx_pinctrl_soc_info as a const
For some SoCs the struct imx_pinctrl_soc_info is passed through
of_device_id.data which is const. Most variables are already const
or otherwise not written. However, some fields are modified at
runtime. Move those fields to the dynamically allocated struct
imx_pinctrl.
Fixes: b3060044e495 ("pinctrl: freescale: imx7d: make of_device_ids const")
Cc: Shawn Guo <[email protected]>
Cc: Arvind Yadav <[email protected]>
Cc: Gary Bisson <[email protected]>
Signed-off-by: Stefan Agner <[email protected]>
Acked-by: Dong Aisheng <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions