pinctrl: moorefield: Replace kernel.h by what is actually being used
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 3 Oct 2023 12:10:11 +0000 (15:10 +0300)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 3 Oct 2023 13:29:31 +0000 (16:29 +0300)
commitf2bbe6f1f446b4c13466ebe7a2bf268bdbe0496b
tree81f6e7a87b2b690178b165c9bbf6b2205994381d
parent068866fb5c903a58b8ac341ef763f468d98a013d
pinctrl: moorefield: 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 <andriy.shevchenko@linux.intel.com>
drivers/pinctrl/intel/pinctrl-moorefield.c