Skip to content

Commit dd4a935

Browse files
committed
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 <[email protected]>
1 parent 3d8fc11 commit dd4a935

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/platform/x86/surface3_power.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,13 @@
3232
*/
3333

3434
#include <linux/acpi.h>
35+
#include <linux/bits.h>
3536
#include <linux/freezer.h>
3637
#include <linux/i2c.h>
3738
#include <linux/kernel.h>
3839
#include <linux/kthread.h>
3940
#include <linux/slab.h>
41+
#include <linux/types.h>
4042
#include <linux/uuid.h>
4143
#include <asm/unaligned.h>
4244

0 commit comments

Comments
 (0)