diff options
author | Andy Shevchenko <[email protected]> | 2023-11-29 18:06:24 +0200 |
---|---|---|
committer | Linus Walleij <[email protected]> | 2023-12-01 14:59:13 +0100 |
commit | 2cd57cbd5671fb54377ece8e5dbd2c948449b06d (patch) | |
tree | a33095881141ed06e68552c049e96f49cd08ba5f | |
parent | a8fcd99924914af10d538ad5ff82aa9a3b1e42cb (diff) |
pinctrl: qcom: lpass-lpi: Replace kernel.h with what is being used
Replace kernel.h with what exactly is being used, i.e. array_size.h.
Signed-off-by: Andy Shevchenko <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Linus Walleij <[email protected]>
-rw-r--r-- | drivers/pinctrl/qcom/pinctrl-lpass-lpi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/qcom/pinctrl-lpass-lpi.h b/drivers/pinctrl/qcom/pinctrl-lpass-lpi.h index 206b2c0ca828..2017bc80314d 100644 --- a/drivers/pinctrl/qcom/pinctrl-lpass-lpi.h +++ b/drivers/pinctrl/qcom/pinctrl-lpass-lpi.h @@ -6,8 +6,8 @@ #ifndef __PINCTRL_LPASS_LPI_H__ #define __PINCTRL_LPASS_LPI_H__ +#include <linux/array_size.h> #include <linux/bits.h> -#include <linux/kernel.h> #include "../core.h" |