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 <ye.xingchen@zte.com.cn>
Link: https://lore.kernel.org/r/202302101520071730986@zte.com.cn
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
This commit is contained in:
Ye Xingchen 2023-02-10 15:20:07 +08:00 committed by Sudeep Holla
parent 6bed395d7d
commit 418a406d92
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/device.h>
#include <linux/of.h>
#include "common.h"