[PATCH] const_structs.checkpatch: Add k_clock

From: Joe Perches
Date: Thu Jun 01 2017 - 15:24:28 EST


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 <joe@xxxxxxxxxxx>
---
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