pinctrl: baytrail: 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)
commita4877a858e80a559b6c0de81bd81d0037dbce5b6
tree6c9ef0f1c6f7c96d975fdff619cacad20791ab50
parenta8c199a2ad067eb23fb2b97f9985398dc809316b
pinctrl: baytrail: 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-baytrail.c