]> git.dujemihanovic.xyz Git - u-boot.git/commit
expo: Make scene_obj_find() take a const scene
authorSimon Glass <sjg@chromium.org>
Mon, 14 Aug 2023 22:40:21 +0000 (16:40 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 25 Aug 2023 17:54:33 +0000 (13:54 -0400)
commit633b3dc75536a7a878126c41babc248c095b66fe
treef5f3da366c6155eeda08abd8226ecef58d751e1d
parent7c6b18fb5494a1da2421b16c42d31fc466c38362
expo: Make scene_obj_find() take a const scene

This does not change the scene, so mark the pointer const.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/scene.c
boot/scene_internal.h