firmware: arm_scmi: Remove duplicate include header inclusion
authorYe Xingchen <ye.xingchen@zte.com.cn>
Fri, 10 Feb 2023 07:20:07 +0000 (15:20 +0800)
committerSudeep Holla <sudeep.holla@arm.com>
Mon, 6 Mar 2023 08:42:33 +0000 (08:42 +0000)
linux/of.h is included more than once, just remove the duplicate include
header inclusion.

Signed-off-by: Ye Xingchen <ye.xingchen@zte.com.cn>
Link: https://lore.kernel.org/r/202302101520071730986@zte.com.cn
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
drivers/firmware/arm_scmi/bus.c

index ac306ca48b07d951ff98ea384ff92e7aa0d2892b..c15928b8c5cc9976b9f12ca5a7e4154dcbb0e888 100644 (file)
@@ -14,7 +14,6 @@
 #include <linux/kernel.h>
 #include <linux/slab.h>
 #include <linux/device.h>
-#include <linux/of.h>
 
 #include "common.h"