pinctrl: qcom: lpass-lpi: Replace kernel.h with what is being used
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 29 Nov 2023 16:06:24 +0000 (18:06 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 1 Dec 2023 13:59:13 +0000 (14:59 +0100)
Replace kernel.h with what exactly is being used, i.e. array_size.h.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20231129161459.1002323-2-andriy.shevchenko@linux.intel.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/qcom/pinctrl-lpass-lpi.h

index 206b2c0..2017bc8 100644 (file)
@@ -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"