Skip to content

Commit 418a406

Browse files
Ye Xingchensudeep-holla
authored andcommitted
firmware: arm_scmi: Remove duplicate include header inclusion
linux/of.h is included more than once, just remove the duplicate include header inclusion. Signed-off-by: Ye Xingchen <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Sudeep Holla <[email protected]>
1 parent 6bed395 commit 418a406

File tree

1 file changed

+0
-1
lines changed
  • drivers/firmware/arm_scmi

1 file changed

+0
-1
lines changed

drivers/firmware/arm_scmi/bus.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
#include <linux/kernel.h>
1515
#include <linux/slab.h>
1616
#include <linux/device.h>
17-
#include <linux/of.h>
1817

1918
#include "common.h"
2019

0 commit comments

Comments
 (0)