Revision 935bba7ccf0246fae8247aa8dab7aa85c43de2d8 authored by Arvind Yadav on 22 June 2017, 10:35:30 UTC, committed by Marc Zyngier on 23 June 2017, 08:14:58 UTC
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: Marc Zyngier <marc.zyngier@arm.com>
1 parent e0de91a
History
File Mode Size
Makefile -rw-r--r-- 563 bytes
rcu.h -rw-r--r-- 8.9 KB
rcu_segcblist.c -rw-r--r-- 15.4 KB
rcu_segcblist.h -rw-r--r-- 5.6 KB
rcuperf.c -rw-r--r-- 16.1 KB
rcutorture.c -rw-r--r-- 55.3 KB
srcu.c -rw-r--r-- 21.1 KB
srcutiny.c -rw-r--r-- 6.5 KB
srcutree.c -rw-r--r-- 38.1 KB
sync.c -rw-r--r-- 7.0 KB
tiny.c -rw-r--r-- 6.7 KB
tiny_plugin.h -rw-r--r-- 5.1 KB
tree.c -rw-r--r-- 130.9 KB
tree.h -rw-r--r-- 24.0 KB
tree_exp.h -rw-r--r-- 22.4 KB
tree_plugin.h -rw-r--r-- 87.5 KB
tree_trace.c -rw-r--r-- 12.8 KB
update.c -rw-r--r-- 28.7 KB

back to top