From: Andy Shevchenko Date: Wed, 29 Nov 2023 16:06:24 +0000 (+0200) Subject: pinctrl: qcom: lpass-lpi: Replace kernel.h with what is being used X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2cd57cbd5671fb54377ece8e5dbd2c948449b06d;p=linux.git 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 Link: https://lore.kernel.org/r/20231129161459.1002323-2-andriy.shevchenko@linux.intel.com Signed-off-by: Linus Walleij --- diff --git a/drivers/pinctrl/qcom/pinctrl-lpass-lpi.h b/drivers/pinctrl/qcom/pinctrl-lpass-lpi.h index 206b2c0ca828c..2017bc80314de 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 #include -#include #include "../core.h"