thermal: imx_tmu: fix missing include
authorTim Harvey <tharvey@gateworks.com>
Mon, 12 Oct 2020 19:21:54 +0000 (12:21 -0700)
committerStefano Babic <sbabic@denx.de>
Sun, 1 Nov 2020 14:53:08 +0000 (15:53 +0100)
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

index 4ca2208..936068c 100644 (file)
@@ -14,6 +14,7 @@
 #include <dm/device.h>
 #include <errno.h>
 #include <fuse.h>
+#include <linux/delay.h>
 #include <malloc.h>
 #include <thermal.h>