summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2020-05-20 12:31:25 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2020-05-22 11:21:06 +0900
commite9d3b23505d4bdc9cfffcf190a96a4fe9b856d97 (patch)
tree542c519cfcc14a6b19bd1a60d041db88991be32a
parente6396fcab2aedaf3f6e8f84d871879f773c49587 (diff)
downloadu-boot-e9d3b23505d4bdc9cfffcf190a96a4fe9b856d97.tar.gz
ARM: uniphier: drop #include <init.h> again from umc-pxs2.c
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>
-rw-r--r--arch/arm/mach-uniphier/dram/umc-pxs2.c1
1 files changed, 0 insertions, 1 deletions
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>