Message ID | 0dfcf67d0afe0cd58fd267ef0c4ec0d0414b6fe7.1619157996.git.christophe.jaillet@wanadoo.fr (mailing list archive) |
---|---|
State | Superseded, archived |
Headers | show |
Series | clk: mvebu: Fix some error handling paths + do some clean-up | expand |
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
Compiling without <asm/smp_plat.h> just works fine, so remove it Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> --- Completely speculative, but compilation works for me without this include --- drivers/clk/mvebu/clk-cpu.c | 1 - 1 file changed, 1 deletion(-)