interconnect: imx: Replace inclusion of kernel.h in the header

The kernel.h is not used here directly, replace it with proper
set of headers.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20230920153645.2068193-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Georgi Djakov <djakov@kernel.org>
This commit is contained in:
Andy Shevchenko 2023-09-20 18:36:45 +03:00 committed by Georgi Djakov
parent 273f74a2e7
commit 6548ecdfc1
1 changed files with 5 additions and 1 deletions

View File

@ -11,8 +11,12 @@
#define __DRIVERS_INTERCONNECT_IMX_H
#include <linux/args.h>
#include <linux/bits.h>
#include <linux/types.h>
#include <linux/interconnect-provider.h>
#include <linux/kernel.h>
struct platform_device;
#define IMX_ICC_MAX_LINKS 4