treewide: replace #include <asm/errno.h> with <linux/errno.h>

Now, arch/${ARCH}/include/asm/errno.h and include/linux/errno.h have
the same content.  (both just wrap <asm-generic/errno.h>)

Replace all include directives for <asm/errno.h> with <linux/errno.h>.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
[trini: Fixup include/clk.]
Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Masahiro Yamada
2016-09-21 11:28:55 +09:00
committed by Tom Rini
parent 519d9424c3
commit 1221ce459d
263 changed files with 263 additions and 263 deletions

View File

@@ -8,7 +8,7 @@
*/
#include <common.h>
#include <asm/errno.h>
#include <linux/errno.h>
#include <asm/gpio.h>
#define RESOURCE_LABEL_SIZE 16

View File

@@ -10,7 +10,7 @@
#include <linux/bitops.h>
#include <linux/io.h>
#include <linux/sizes.h>
#include <asm/errno.h>
#include <linux/errno.h>
#include <asm/gpio.h>
#define UNIPHIER_GPIO_PORTS_PER_BANK 8

View File

@@ -11,7 +11,7 @@
#include <common.h>
#include <asm/io.h>
#include <asm/errno.h>
#include <linux/errno.h>
#include "mvgpio.h"
#include <asm/gpio.h>

View File

@@ -8,7 +8,7 @@
*/
#include <common.h>
#include <asm/errno.h>
#include <linux/errno.h>
#include <asm/io.h>
#include <asm/arch/iomux.h>
#include <asm/arch/imx-regs.h>

View File

@@ -23,7 +23,7 @@
#include <fdtdec.h>
#include <asm/gpio.h>
#include <asm/io.h>
#include <asm/errno.h>
#include <linux/errno.h>
#include <malloc.h>
DECLARE_GLOBAL_DATA_PTR;

View File

@@ -11,7 +11,7 @@
#include <common.h>
#include <i2c.h>
#include <asm/errno.h>
#include <linux/errno.h>
#include <pca9698.h>
/*

View File

@@ -10,7 +10,7 @@
#include <common.h>
#include <dm.h>
#include <syscon.h>
#include <asm/errno.h>
#include <linux/errno.h>
#include <asm/gpio.h>
#include <asm/io.h>
#include <asm/arch/clock.h>

View File

@@ -13,7 +13,7 @@
#include <common.h>
#include <asm/io.h>
#include <asm/errno.h>
#include <linux/errno.h>
#include <asm/arch/stm32.h>
#include <asm/arch/gpio.h>

View File

@@ -12,7 +12,7 @@
#include <common.h>
#include <asm/gpio.h>
#include <asm/io.h>
#include <asm/errno.h>
#include <linux/errno.h>
#include <dm.h>
#include <fdtdec.h>