[PATCH 4/4] clk: mvebu: Remove an unneeded include

From: Christophe JAILLET
Date: Fri Apr 23 2021 - 02:25:46 EST


Compiling without <asm/smp_plat.h> just works fine, so remove it

Signed-off-by: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>
---
Completely speculative, but compilation works for me without this include
---
drivers/clk/mvebu/clk-cpu.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/clk/mvebu/clk-cpu.c b/drivers/clk/mvebu/clk-cpu.c
index 55a8486f665f..4879458c768a 100644
--- a/drivers/clk/mvebu/clk-cpu.c
+++ b/drivers/clk/mvebu/clk-cpu.c
@@ -16,7 +16,6 @@
#include <linux/of.h>
#include <linux/delay.h>
#include <linux/mvebu-pmsu.h>
-#include <asm/smp_plat.h>

#define SYS_CTRL_CLK_DIVIDER_CTRL_OFFSET 0x0
#define SYS_CTRL_CLK_DIVIDER_CTRL_RESET_ALL 0xff
--
2.27.0