Skip to content

Commit 6548ecd

Browse files
andy-shevGeorgi Djakov
authored andcommitted
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>
1 parent 273f74a commit 6548ecd

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

  • drivers/interconnect/imx

drivers/interconnect/imx/imx.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,12 @@
1111
#define __DRIVERS_INTERCONNECT_IMX_H
1212

1313
#include <linux/args.h>
14+
#include <linux/bits.h>
15+
#include <linux/types.h>
16+
1417
#include <linux/interconnect-provider.h>
15-
#include <linux/kernel.h>
18+
19+
struct platform_device;
1620

1721
#define IMX_ICC_MAX_LINKS 4
1822

0 commit comments

Comments
 (0)