Home
last modified time | relevance | path

Searched hist:"0 cd52df8a782be2e6592d331094a313d8947683a" (Results 1 – 1 of 1) sorted by relevance

/linux/arch/sparc/kernel/
H A Dpmc.cdiff 0cd52df8a782be2e6592d331094a313d8947683a Tue Jun 27 11:09:58 CEST 2017 Arvind Yadav <arvind.yadav.cs@gmail.com> sparc: kernel: pmc: 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: David S. Miller <davem@davemloft.net>