Skip to content
Snippets Groups Projects
Commit d9a70368 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

ARM: uniphier: replace <common.h> with <linux/delay.h> where possible


The <common.h> includes too many headers.  Actually, these files
needed to include it for udelay() declaration.  Now we can replace
it with <linux/delay.h> thanks to commit 5bc516ed ("delay:
collect {m, n, u}delay declarations to include/linux/delay.h").

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 0f4ec05b
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
* SPDX-License-Identifier: GPL-2.0+
*/
#include <common.h>
#include <linux/delay.h>
#include <linux/io.h>
#include "../init.h"
......
......@@ -5,8 +5,9 @@
* SPDX-License-Identifier: GPL-2.0+
*/
#include <common.h>
#include <linux/bitops.h>
#include <linux/delay.h>
#include <linux/errno.h>
#include <linux/io.h>
#include <linux/sizes.h>
......
......@@ -5,7 +5,7 @@
* SPDX-License-Identifier: GPL-2.0+
*/
#include <common.h>
#include <linux/delay.h>
#include <linux/io.h>
#include "../init.h"
......
......@@ -5,7 +5,7 @@
* SPDX-License-Identifier: GPL-2.0+
*/
#include <common.h>
#include <linux/delay.h>
#include <linux/io.h>
#include "../init.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment