ARM: uniphier: drop #include <init.h> again from umc-pxs2.c
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 20 May 2020 03:31:25 +0000 (12:31 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 22 May 2020 02:21:06 +0000 (11:21 +0900)
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>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/arm/mach-uniphier/dram/umc-pxs2.c

index 3f7e5f30ba4bf0189b343a08e5a69fabc5faf6e9..24c6802a274e30ce15b7bf7828fadd5a426e7fb1 100644 (file)
@@ -7,7 +7,6 @@
  * Copyright (C) 2015 Socionext Inc.
  */
 
-#include <init.h>
 #include <log.h>
 #include <linux/bitops.h>
 #include <linux/delay.h>