fix build warning due to missing header file:
drivers/fastboot/fb_bcb_impl.c: In function âfastboot_set_reboot_flagâ:
drivers/fastboot/fb_bcb_impl.c:30:6: warning: implicit declaration of
function ârun_commandâ [-Wimplicit-function-declaration]
30 | if (run_command(cmd, 0))
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| fb_bcb_impl.c | ||
| fb_command.c | ||
| fb_common.c | ||
| fb_getvar.c | ||
| fb_mmc.c | ||
| fb_nand.c | ||