commit | 2a61447414aaaecac910a0c46cc44aee9ab5d2d0 | [log] [tgz] |
---|---|---|
author | Emanuele Ghidoli <emanuele.ghidoli@toradex.com> | Wed Jul 26 16:36:50 2023 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 28 10:11:01 2023 -0400 |
tree | ccedcda3a6cc502bc322e951deed8b9f36e1f108 | |
parent | 784f7382de2f06d510d5d5d3bef717001e82e912 [diff] |
arm: k3: fix fdt_del_node_path implicit declaration and a missing include Fix missing declaration of fdt_del_node_path() while compiling am625_fdt.c and missing common_fdt.h include in common_fdt.c Fixes: 70aa5a94d451 ("arm: mach-k3: am62: Fixup CPU core, gpu and pru nodes in fdt") Signed-off-by: Emanuele Ghidoli <emanuele.ghidoli@toradex.com>