ARM: uniphier: drop #include <log.h> again

I do not understand the changes made to these files by
commit f7ae49fc4f ("common: Drop log.h from common header").

  git show f7ae49fc4f -- 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>
This commit is contained in:
Masahiro Yamada 2020-05-20 12:31:26 +09:00
parent e9d3b23505
commit 1e1518866f
5 changed files with 0 additions and 5 deletions

View File

@ -5,7 +5,6 @@
* Author: Masahiro Yamada <yamada.masahiro@socionext.com>
*/
#include <log.h>
#include <linux/errno.h>
#include <linux/io.h>
#include <linux/printk.h>

View File

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

View File

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

View File

@ -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>

View File

@ -4,7 +4,6 @@
* Author: Masahiro Yamada <yamada.masahiro@socionext.com>
*/
#include <log.h>
#include <linux/errno.h>
#include <dm.h>
#include <dm/uclass-internal.h>