Commit f2bbe6f1 authored by Andy Shevchenko's avatar Andy Shevchenko
Browse files

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: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
parent 068866fb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,8 +6,8 @@
 * Author: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
 */

#include <linux/array_size.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/mod_devicetable.h>
#include <linux/module.h>
#include <linux/platform_device.h>