提交 1e151886 编写于 作者: M Masahiro Yamada

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

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

  git show f7ae49fc -- arch/arm/mach-uniphier/

None of them uses the log function feature.

Simply revert the changes made to these files.
Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: NSimon Glass <sjg@chromium.org>
上级 e9d3b235
......@@ -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>
......
......@@ -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>
......
......@@ -7,7 +7,6 @@
* Copyright (C) 2015 Socionext Inc.
*/
#include <log.h>
#include <linux/bitops.h>
#include <linux/delay.h>
#include <linux/errno.h>
......
......@@ -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>
......
......@@ -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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册