ARM: uniphier: drop #include <init.h> again from umc-pxs2.c
I do not understand the change made to this file by commit691d719db7("common: Drop init.h from common header"). git show691d719db7-- 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:
@@ -7,7 +7,6 @@
|
||||
* Copyright (C) 2015 Socionext Inc.
|
||||
*/
|
||||
|
||||
#include <init.h>
|
||||
#include <log.h>
|
||||
#include <linux/bitops.h>
|
||||
#include <linux/delay.h>
|
||||
|
||||
Reference in New Issue
Block a user