pinctrl: 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:30 +0000 (16:29 +0300)
commit82cc14c9930c7613da2fcb41a8d4f90c8b4cb048
tree4f5b29443f4ea0fd9ac363bbe4b47639b13e0d5e
parent3cd39bc3b11b8d34b7d7c961a35fdfd18b0ebf75
pinctrl: 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.

While at it, group and sort the headers where it makes sense.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/pinctrl/core.c
drivers/pinctrl/pinconf-generic.c
drivers/pinctrl/pinconf.c
drivers/pinctrl/pinctrl-utils.c
drivers/pinctrl/pinmux.c
include/linux/pinctrl/machine.h