Message ID | 20200520033128.489370-3-yamada.masahiro@socionext.com |
---|---|
State | Accepted |
Commit | e9d3b23505d4bdc9cfffcf190a96a4fe9b856d97 |
Headers | show |
Series | [1/6] ARM: uniphier: include <asm/system.h> instead of <asm/cache.h> from psci.c | expand |
On Tue, 19 May 2020 at 21:32, Masahiro Yamada <yamada.masahiro at socionext.com> wrote: > > I do not understand the change made to this file by > commit 691d719db718 ("common: Drop init.h from common header"). > > git show 691d719db718 -- arch/arm/mach-uniphier/dram/umc-pxs2.c > > This file does not call or define any functions declared in <init.h> > > Simply revert the change made to this file. > > Signed-off-by: Masahiro Yamada <yamada.masahiro at socionext.com> > --- > > arch/arm/mach-uniphier/dram/umc-pxs2.c | 1 - > 1 file changed, 1 deletion(-) > Reviewed-by: Simon Glass <sjg at chromium.org>
diff --git a/arch/arm/mach-uniphier/dram/umc-pxs2.c b/arch/arm/mach-uniphier/dram/umc-pxs2.c index 3f7e5f30ba..24c6802a27 100644 --- a/arch/arm/mach-uniphier/dram/umc-pxs2.c +++ b/arch/arm/mach-uniphier/dram/umc-pxs2.c @@ -7,7 +7,6 @@ * Copyright (C) 2015 Socionext Inc. */ -#include <init.h> #include <log.h> #include <linux/bitops.h> #include <linux/delay.h>
I do not understand the change made to this file by commit 691d719db718 ("common: Drop init.h from common header"). git show 691d719db718 -- arch/arm/mach-uniphier/dram/umc-pxs2.c This file does not call or define any functions declared in <init.h> Simply revert the change made to this file. Signed-off-by: Masahiro Yamada <yamada.masahiro at socionext.com> --- arch/arm/mach-uniphier/dram/umc-pxs2.c | 1 - 1 file changed, 1 deletion(-)