Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Andy Shevchenko and committed by
Georgi Djakov
6548ecdf 273f74a2

+5 -1
+5 -1
drivers/interconnect/imx/imx.h
··· 11 11 #define __DRIVERS_INTERCONNECT_IMX_H 12 12 13 13 #include <linux/args.h> 14 + #include <linux/bits.h> 15 + #include <linux/types.h> 16 + 14 17 #include <linux/interconnect-provider.h> 15 - #include <linux/kernel.h> 18 + 19 + struct platform_device; 16 20 17 21 #define IMX_ICC_MAX_LINKS 4 18 22