Skip to content

Commit f29047a

Browse files
committed
pinctrl: intel: 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 82cc14c commit f29047a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/pinctrl/intel/pinctrl-intel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
#ifndef PINCTRL_INTEL_H
1111
#define PINCTRL_INTEL_H
1212

13+
#include <linux/array_size.h>
1314
#include <linux/bits.h>
1415
#include <linux/compiler_types.h>
1516
#include <linux/gpio/driver.h>
1617
#include <linux/irq.h>
17-
#include <linux/kernel.h>
1818
#include <linux/pm.h>
1919
#include <linux/pinctrl/pinctrl.h>
2020
#include <linux/spinlock_types.h>

0 commit comments

Comments
 (0)