ARM: uniphier: drop #include <init.h> again from umc-pxs2.c

I do not understand the change made to this file by
commit 691d719db7 ("common: Drop init.h from common header").

  git show 691d719db7 -- 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>
This commit is contained in:
Masahiro Yamada
2020-05-20 12:31:25 +09:00
parent e6396fcab2
commit e9d3b23505

View File

@@ -7,7 +7,6 @@
* Copyright (C) 2015 Socionext Inc.
*/
#include <init.h>
#include <log.h>
#include <linux/bitops.h>
#include <linux/delay.h>