diff options
author | Masahiro Yamada | 2020-05-20 12:31:25 +0900 |
---|---|---|
committer | Masahiro Yamada | 2020-05-22 11:21:06 +0900 |
commit | e9d3b23505d4bdc9cfffcf190a96a4fe9b856d97 (patch) | |
tree | 542c519cfcc14a6b19bd1a60d041db88991be32a /arch/arm/mach-uniphier/dram | |
parent | e6396fcab2aedaf3f6e8f84d871879f773c49587 (diff) |
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>
Diffstat (limited to 'arch/arm/mach-uniphier/dram')
-rw-r--r-- | arch/arm/mach-uniphier/dram/umc-pxs2.c | 1 |
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 3f7e5f30ba4..24c6802a274 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> |