pinctrl: lynxpoint: 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)
commit1cb71a63f62263b6d5ca5c9f57bb0ac5f5610825
tree8765cb4541b3607ea352bd987a579282c569d94a
parent315ef5fcd2d980d00ce452ae429e9301086653b5
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 <andriy.shevchenko@linux.intel.com>
drivers/pinctrl/intel/pinctrl-lynxpoint.c