Skip to content

Commit 315ef5f

Browse files
committed
pinctrl: cherryview: 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 a4877a8 commit 315ef5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/pinctrl/intel/pinctrl-cherryview.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
*/
1212

1313
#include <linux/acpi.h>
14+
#include <linux/array_size.h>
1415
#include <linux/dmi.h>
1516
#include <linux/gpio/driver.h>
16-
#include <linux/kernel.h>
1717
#include <linux/module.h>
1818
#include <linux/platform_device.h>
1919
#include <linux/seq_file.h>

0 commit comments

Comments
 (0)