From: Andy Shevchenko Date: Tue, 3 Oct 2023 12:10:11 +0000 (+0300) Subject: pinctrl: intel: Replace kernel.h by what is actually being used X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f29047a09b5ed3265a5af68626e40ff772e5e07e;p=linux.git 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 --- diff --git a/drivers/pinctrl/intel/pinctrl-intel.h b/drivers/pinctrl/intel/pinctrl-intel.h index cee512f97b566..2bb553598e8bd 100644 --- a/drivers/pinctrl/intel/pinctrl-intel.h +++ b/drivers/pinctrl/intel/pinctrl-intel.h @@ -10,11 +10,11 @@ #ifndef PINCTRL_INTEL_H #define PINCTRL_INTEL_H +#include #include #include #include #include -#include #include #include #include