Home
last modified time | relevance | path

Searched hist:"69 f579786d2935989ab7005c7b5cdf9f06177689" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/sparc/kernel/
H A Dapc.cdiff 69f579786d2935989ab7005c7b5cdf9f06177689 Fri Jun 23 04:21:35 CDT 2017 Arvind Yadav <arvind.yadav.cs@gmail.com> sparc: kernel: apc: 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>