summaryrefslogtreecommitdiff
path: root/arch/arm/mach-uniphier/micro-support-card.c
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2020-05-20 06:31:26 +0300
committerMasahiro Yamada <yamada.masahiro@socionext.com>2020-05-22 05:21:06 +0300
commit1e1518866fc8fa28f926440fe6ea3c00b4b18926 (patch)
treed4e73743ec3e9cfbede282f2e66b2a9c35616481 /arch/arm/mach-uniphier/micro-support-card.c
parente9d3b23505d4bdc9cfffcf190a96a4fe9b856d97 (diff)
downloadu-boot-1e1518866fc8fa28f926440fe6ea3c00b4b18926.tar.xz
ARM: uniphier: drop #include <log.h> again
I do not understand the changes made to these files by commit f7ae49fc4f36 ("common: Drop log.h from common header"). git show f7ae49fc4f36 -- arch/arm/mach-uniphier/ None of them uses the log function feature. Simply revert the changes made to these files. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/mach-uniphier/micro-support-card.c')
-rw-r--r--arch/arm/mach-uniphier/micro-support-card.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-uniphier/micro-support-card.c b/arch/arm/mach-uniphier/micro-support-card.c
index d23c0bd129..84c377766a 100644
--- a/arch/arm/mach-uniphier/micro-support-card.c
+++ b/arch/arm/mach-uniphier/micro-support-card.c
@@ -8,7 +8,6 @@
#include <common.h>
#include <dm/of.h>
#include <fdt_support.h>
-#include <log.h>
#include <linux/ctype.h>
#include <linux/delay.h>
#include <linux/io.h>