diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2024-04-24 09:33:45 +0300 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2024-05-03 12:45:55 +0300 |
commit | 82b9007bc4f8c22975d640d7df6743366f25a353 (patch) | |
tree | f3116252ae3fe0d39319e287079109509d9119f8 /scripts/const_structs.checkpatch | |
parent | feb61a4b34a8b4946d432f73fd8a3d61db82bb87 (diff) | |
download | linux-82b9007bc4f8c22975d640d7df6743366f25a353.tar.xz |
const_structs.checkpatch: add lcd_ops
'struct lcd_ops' is not modified by core code.
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Suggested-by: Thomas Weißschuh <linux@weissschuh.net>
Reviewed-by: Daniel Thompson <daniel.thompson@linaro.org>
Acked-by: Lee Jones <lee@kernel.org>
Link: https://lore.kernel.org/r/20240424-video-backlight-lcd-ops-v2-19-1aaa82b07bc6@kernel.org
Signed-off-by: Lee Jones <lee@kernel.org>
Diffstat (limited to 'scripts/const_structs.checkpatch')
-rw-r--r-- | scripts/const_structs.checkpatch | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/const_structs.checkpatch b/scripts/const_structs.checkpatch index fa96cfd16e99..52e5bfb61fd0 100644 --- a/scripts/const_structs.checkpatch +++ b/scripts/const_structs.checkpatch @@ -39,6 +39,7 @@ kgdb_arch kgdb_io kobj_type kset_uevent_ops +lcd_ops lock_manager_operations machine_desc microcode_ops |