mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-17 02:15:02 +00:00
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>
This commit is contained in:
parent
ab8903a24d
commit
545026a554
1 changed files with 0 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue