mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-17 12:41:32 +00:00
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>
This commit is contained in:
parent
9d41628863
commit
85abf0415d
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
#include <dm/device.h>
|
||||
#include <errno.h>
|
||||
#include <fuse.h>
|
||||
#include <linux/delay.h>
|
||||
#include <malloc.h>
|
||||
#include <thermal.h>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue