Commit d3ba5a9a345b ("posix-timers: Make posix_clocks immutable") made k_clock const so add it to the list of typically const structs.
Signed-off-by: Joe Perches <j...@perches.com> --- scripts/const_structs.checkpatch | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/const_structs.checkpatch b/scripts/const_structs.checkpatch index ac5f1267151d..b2a2316964a8 100644 --- a/scripts/const_structs.checkpatch +++ b/scripts/const_structs.checkpatch @@ -25,6 +25,7 @@ irq_domain_ops item_operations iwl_cfg iwl_ops +k_clock kgdb_arch kgdb_io kset_uevent_ops -- 2.10.0.rc2.1.g053435c