commit | adcd00aa8971968365dafd230239987367259f47 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Mon Apr 03 20:46:50 2023 +0200 |
committer | Simon Glass <sjg@chromium.org> | Fri Apr 28 11:30:17 2023 -0600 |
tree | 0e982d294147e2845b9ee0c0bef2d00dc02865fb | |
parent | 45736cde15fbad2cfaf5d5b7ff51c49dad3f1031 [diff] |
common: static fdt_simplefb_enable_existing_node() Function fdt_simplefb_enable_existing_node() should be static as it is not used outside common/fdt_simplefb.c. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Simon Glass <sjg@chromium.org>