]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
treewide: replace #include <asm-generic/errno.h> with <linux/errno.h>
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 21 Sep 2016 02:28:57 +0000 (11:28 +0900)
committerTom Rini <trini@konsulko.com>
Sat, 24 Sep 2016 02:25:27 +0000 (22:25 -0400)
commit5d97dff0424e3ae5c4325a04e662a6b60b8deb67
tree408af3d807ac8b841d8fb89efd01b2ec15390761
parent4491327d59179a212e36f1889bd143c99159138b
treewide: replace #include <asm-generic/errno.h> with <linux/errno.h>

Now, include/linux/errno.h is a wrapper of <asm-generic/errno.h>.
Replace all include directives for <asm-generic/errno.h> with
<linux/errno.h>.

<asm-generic/...> is supposed to be included from <asm/...> when
arch-headers fall back into generic implementation. Generally, they
should not be directly included from .c files.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
[trini: Add drivers/usb/host/xhci-rockchip.c]
Signed-off-by: Tom Rini <trini@konsulko.com>
22 files changed:
arch/arm/imx-common/rdc-sema.c
arch/arm/mach-keystone/psc.c
drivers/crypto/fsl/fsl_blob.c
drivers/crypto/fsl/fsl_hash.c
drivers/mmc/hi6220_dw_mmc.c
drivers/net/macb.c
drivers/net/xilinx_emaclite.c
drivers/net/zynq_gem.c
drivers/tpm/tpm_tis_infineon.c
drivers/usb/host/ehci-exynos.c
drivers/usb/host/xhci-exynos5.c
drivers/usb/host/xhci-fsl.c
drivers/usb/host/xhci-keystone.c
drivers/usb/host/xhci-mem.c
drivers/usb/host/xhci-omap.c
drivers/usb/host/xhci-ring.c
drivers/usb/host/xhci-rockchip.c
drivers/usb/host/xhci-zynqmp.c
drivers/usb/host/xhci.c
drivers/usb/phy/omap_usb_phy.c
drivers/video/exynos/exynos_fb.c
include/errno.h