All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] thermal: imx_tmu: fix missing include
@ 2020-10-12 19:21 Tim Harvey
  2020-11-02  8:09 ` sbabic at denx.de
  0 siblings, 1 reply; 2+ messages in thread
From: Tim Harvey @ 2020-10-12 19:21 UTC (permalink / raw)
  To: u-boot

commit c05ed00afb dropped linux/delay.h from common header

add linux/delay.h to avoid compile warning here

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
---
 drivers/thermal/imx_tmu.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/thermal/imx_tmu.c b/drivers/thermal/imx_tmu.c
index 4ca2208..936068c 100644
--- a/drivers/thermal/imx_tmu.c
+++ b/drivers/thermal/imx_tmu.c
@@ -14,6 +14,7 @@
 #include <dm/device.h>
 #include <errno.h>
 #include <fuse.h>
+#include <linux/delay.h>
 #include <malloc.h>
 #include <thermal.h>
 
-- 
2.7.4

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

* [PATCH] thermal: imx_tmu: fix missing include
  2020-10-12 19:21 [PATCH] thermal: imx_tmu: fix missing include Tim Harvey
@ 2020-11-02  8:09 ` sbabic at denx.de
  0 siblings, 0 replies; 2+ messages in thread
From: sbabic at denx.de @ 2020-11-02  8:09 UTC (permalink / raw)
  To: u-boot

> commit c05ed00afb dropped linux/delay.h from common header
> add linux/delay.h to avoid compile warning here
> Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

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

end of thread, other threads:[~2020-11-02  8:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-12 19:21 [PATCH] thermal: imx_tmu: fix missing include Tim Harvey
2020-11-02  8:09 ` sbabic at denx.de

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.