public inbox for u-boot@lists.denx.de
 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

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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox