]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit887b1b07238be0bc74608c4400d5e8c5cc16dd1f
tree9efdb671adeb20a94b27db32724aff7630b534a1
parent248c1144560d5a5f87deb12a6bfd777b408ee16d
thermal: imx_tmu: fix missing include

commit 53b02f8869 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