Message ID | 20200921074824.20378-1-rasmus.villemoes@prevas.dk |
---|---|
State | Accepted |
Commit | 24e8c0e3b3d2facee9d3c473aff41e0a20d7cf39 |
Delegated to: | Tom Rini |
Headers | show |
Series | gpio/mpc83xx_spisel_boot.c: include log.h | expand |
Hello Rasmus, Am 21.09.2020 um 09:48 schrieb Rasmus Villemoes: > Fix build failure, it used to get this implicitly through common.h > until f7ae49fc4f (common: Drop log.h from common header). > > Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk> > --- > drivers/gpio/mpc83xx_spisel_boot.c | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: Heiko Schocher <hs@denx.de> bye, Heiko
On Mon, Sep 21, 2020 at 09:48:24AM +0200, Rasmus Villemoes wrote: > Fix build failure, it used to get this implicitly through common.h > until f7ae49fc4f (common: Drop log.h from common header). > > Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk> > Reviewed-by: Heiko Schocher <hs@denx.de> Applied to u-boot/master, thanks!
diff --git a/drivers/gpio/mpc83xx_spisel_boot.c b/drivers/gpio/mpc83xx_spisel_boot.c index c7b08404d9..54dc437e1c 100644 --- a/drivers/gpio/mpc83xx_spisel_boot.c +++ b/drivers/gpio/mpc83xx_spisel_boot.c @@ -6,6 +6,7 @@ */ #include <common.h> +#include <log.h> #include <dm.h> #include <mapmem.h> #include <asm/gpio.h>
Fix build failure, it used to get this implicitly through common.h until f7ae49fc4f (common: Drop log.h from common header). Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk> --- drivers/gpio/mpc83xx_spisel_boot.c | 1 + 1 file changed, 1 insertion(+)