Skip to content

Commit 1cb71a6

Browse files
committed
pinctrl: lynxpoint: Replace kernel.h by what is actually being used
The kernel.h is a mess of unrelated things and we only used it as a proxy to array_size.h, hence switch from former to the latter. Signed-off-by: Andy Shevchenko <[email protected]>
1 parent 315ef5f commit 1cb71a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/pinctrl/intel/pinctrl-lynxpoint.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
*/
99

1010
#include <linux/acpi.h>
11+
#include <linux/array_size.h>
1112
#include <linux/bitops.h>
1213
#include <linux/gpio/driver.h>
1314
#include <linux/interrupt.h>
1415
#include <linux/io.h>
15-
#include <linux/kernel.h>
1616
#include <linux/module.h>
1717
#include <linux/platform_device.h>
1818
#include <linux/pm.h>

0 commit comments

Comments
 (0)