diff mbox series

[3/6] ARM: uniphier: drop #include <init.h> again from umc-pxs2.c

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

Commit Message

Masahiro Yamada May 20, 2020, 3:31 a.m. UTC
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@socionext.com>
---

 arch/arm/mach-uniphier/dram/umc-pxs2.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Simon Glass May 20, 2020, 2:20 p.m. UTC | #1
On Tue, 19 May 2020 at 21:32, Masahiro Yamada
<yamada.masahiro@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@socionext.com>
> ---
>
>  arch/arm/mach-uniphier/dram/umc-pxs2.c | 1 -
>  1 file changed, 1 deletion(-)
>

Reviewed-by: Simon Glass <sjg@chromium.org>
diff mbox series

Patch

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>