From: Andy Shevchenko Date: Thu, 26 Mar 2020 12:28:25 +0000 (+0200) Subject: platform/x86: surface3_power: Add missed headers X-Git-Tag: v5.7-rc1~148^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dd4a93569bd3656ec9fac364a28a61dde9f162a9;p=thirdparty%2Fkernel%2Flinux.git 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 --- diff --git a/drivers/platform/x86/surface3_power.c b/drivers/platform/x86/surface3_power.c index 692ba845a1b4e..cf08911251f30 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