diff options
Diffstat (limited to 'arch/x86/cpu/broadwell/me.c')
-rw-r--r-- | arch/x86/cpu/broadwell/me.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/cpu/broadwell/me.c b/arch/x86/cpu/broadwell/me.c index 7991e1ea07..ae16ce2649 100644 --- a/arch/x86/cpu/broadwell/me.c +++ b/arch/x86/cpu/broadwell/me.c @@ -9,6 +9,7 @@ #include <errno.h> #include <log.h> #include <asm/arch/me.h> +#include <linux/delay.h> static inline void me_read_dword_ptr(struct udevice *dev, void *ptr, int offset) { |