Skip to content

Commit f2bbe6f

Browse files
committed
pinctrl: moorefield: 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 068866f commit f2bbe6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/pinctrl/intel/pinctrl-moorefield.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
* Author: Andy Shevchenko <[email protected]>
77
*/
88

9+
#include <linux/array_size.h>
910
#include <linux/init.h>
10-
#include <linux/kernel.h>
1111
#include <linux/mod_devicetable.h>
1212
#include <linux/module.h>
1313
#include <linux/platform_device.h>

0 commit comments

Comments
 (0)