All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gpio/mpc83xx_spisel_boot.c: include log.h
@ 2020-09-21  7:48 Rasmus Villemoes
  2020-09-21 10:16 ` Heiko Schocher
  2020-09-22 20:49 ` Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Rasmus Villemoes @ 2020-09-21  7:48 UTC (permalink / raw)
  To: u-boot

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(+)

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>
-- 
2.23.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH] gpio/mpc83xx_spisel_boot.c: include log.h
  2020-09-21  7:48 [PATCH] gpio/mpc83xx_spisel_boot.c: include log.h Rasmus Villemoes
@ 2020-09-21 10:16 ` Heiko Schocher
  2020-09-22 20:49 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Heiko Schocher @ 2020-09-21 10:16 UTC (permalink / raw)
  To: u-boot

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
-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: hs at denx.de

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] gpio/mpc83xx_spisel_boot.c: include log.h
  2020-09-21  7:48 [PATCH] gpio/mpc83xx_spisel_boot.c: include log.h Rasmus Villemoes
  2020-09-21 10:16 ` Heiko Schocher
@ 2020-09-22 20:49 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2020-09-22 20:49 UTC (permalink / raw)
  To: u-boot

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!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200922/79985b10/attachment.sig>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-09-22 20:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-21  7:48 [PATCH] gpio/mpc83xx_spisel_boot.c: include log.h Rasmus Villemoes
2020-09-21 10:16 ` Heiko Schocher
2020-09-22 20:49 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.