diff options
author | Tom Rini | 2022-02-16 14:18:44 -0500 |
---|---|---|
committer | Tom Rini | 2022-02-16 14:19:29 -0500 |
commit | 545026a5549cf3c17a082605bbde175824fd3cb5 (patch) | |
tree | c32a3741a77f4c11c392437e2d265d22cad563c3 /include | |
parent | ab8903a24db11571d634ef255976bb364c3ba64d (diff) |
fdtdec.h: Remove gurads around fdtdec_resetup function
This function has not been conditionally compiled for some time, so
remove the incorrect guards around the declaration.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/fdtdec.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/fdtdec.h b/include/fdtdec.h index 4b0b505773d..12355afd7fa 100644 --- a/include/fdtdec.h +++ b/include/fdtdec.h @@ -1169,7 +1169,6 @@ int fdtdec_setup(void); */ int fdtdec_board_setup(const void *fdt_blob); -#if CONFIG_IS_ENABLED(MULTI_DTB_FIT) /** * fdtdec_resetup() - Set up the device tree again * @@ -1188,7 +1187,6 @@ int fdtdec_board_setup(const void *fdt_blob); * Return: 0 if OK, -ve on error */ int fdtdec_resetup(int *rescan); -#endif /** * Board-specific FDT initialization. Returns the address to a device tree blob. |