Commit 418a406d authored by Ye Xingchen's avatar Ye Xingchen Committed by Sudeep Holla

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: default avatarYe Xingchen <ye.xingchen@zte.com.cn>
Link: https://lore.kernel.org/r/202302101520071730986@zte.com.cnSigned-off-by: default avatarSudeep Holla <sudeep.holla@arm.com>
parent 6bed395d
......@@ -14,7 +14,6 @@
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/device.h>
#include <linux/of.h>
#include "common.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment