commit | 373790c8347c165e51bfb641df92fdec4e446be7 | [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 | 825e26231dfa2ace55a9d2e9dc5f85b0bc526674 [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>