Commit fab0379b authored by Samuel Holland's avatar Samuel Holland Committed by Anup Patel
Browse files

lib: utils/fdt: Require match data to be const



Match data stores hardware attributes which do not change at runtime, so
it does not need to be mutable. Make it const.

Reviewed-by: default avatarGuo Ren <guoren@kernel.org>
Reviewed-by: default avatarXiang W <wxjstz@126.com>
Reviewed-by: default avatarAnup Patel <anup@brainfault.org>
Signed-off-by: default avatarSamuel Holland <samuel@sholland.org>
parent f067bb84
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment