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)
commit85abf0415d2d4cbb31c07053422ae031a7610764
tree9efdb671adeb20a94b27db32724aff7630b534a1
parent9d41628863c9a2f34da0b8f3a19af3114f999e1c
thermal: imx_tmu: fix missing include

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