From: Andy Shevchenko Date: Tue, 3 Oct 2023 12:10:11 +0000 (+0300) Subject: pinctrl: lynxpoint: Replace kernel.h by what is actually being used X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1cb71a63f62263b6d5ca5c9f57bb0ac5f5610825;p=linux.git pinctrl: lynxpoint: 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-lynxpoint.c b/drivers/pinctrl/intel/pinctrl-lynxpoint.c index 068cfd27f97f9..d7bc9ef29fcc8 100644 --- a/drivers/pinctrl/intel/pinctrl-lynxpoint.c +++ b/drivers/pinctrl/intel/pinctrl-lynxpoint.c @@ -8,11 +8,11 @@ */ #include +#include #include #include #include #include -#include #include #include #include