From dd4a93569bd3656ec9fac364a28a61dde9f162a9 Mon Sep 17 00:00:00 2001 From: Andy Shevchenko Date: Thu, 26 Mar 2020 14:28:25 +0200 Subject: [PATCH] platform/x86: surface3_power: Add missed headers We obviously are users of bits.h and types.h. Add them to the list. Signed-off-by: Andy Shevchenko --- drivers/platform/x86/surface3_power.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/platform/x86/surface3_power.c b/drivers/platform/x86/surface3_power.c index 692ba845a1b4..cf08911251f3 100644 --- a/drivers/platform/x86/surface3_power.c +++ b/drivers/platform/x86/surface3_power.c @@ -32,11 +32,13 @@ */ #include +#include #include #include #include #include #include +#include #include #include -- 2.11.0