-
- Downloads
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>
Showing
- arch/arm/imx-common/rdc-sema.c 1 addition, 1 deletionarch/arm/imx-common/rdc-sema.c
- arch/arm/mach-keystone/psc.c 1 addition, 1 deletionarch/arm/mach-keystone/psc.c
- drivers/crypto/fsl/fsl_blob.c 1 addition, 1 deletiondrivers/crypto/fsl/fsl_blob.c
- drivers/crypto/fsl/fsl_hash.c 1 addition, 1 deletiondrivers/crypto/fsl/fsl_hash.c
- drivers/mmc/hi6220_dw_mmc.c 1 addition, 1 deletiondrivers/mmc/hi6220_dw_mmc.c
- drivers/net/macb.c 1 addition, 1 deletiondrivers/net/macb.c
- drivers/net/xilinx_emaclite.c 1 addition, 1 deletiondrivers/net/xilinx_emaclite.c
- drivers/net/zynq_gem.c 1 addition, 1 deletiondrivers/net/zynq_gem.c
- drivers/tpm/tpm_tis_infineon.c 1 addition, 1 deletiondrivers/tpm/tpm_tis_infineon.c
- drivers/usb/host/ehci-exynos.c 1 addition, 1 deletiondrivers/usb/host/ehci-exynos.c
- drivers/usb/host/xhci-exynos5.c 1 addition, 1 deletiondrivers/usb/host/xhci-exynos5.c
- drivers/usb/host/xhci-fsl.c 1 addition, 1 deletiondrivers/usb/host/xhci-fsl.c
- drivers/usb/host/xhci-keystone.c 1 addition, 1 deletiondrivers/usb/host/xhci-keystone.c
- drivers/usb/host/xhci-mem.c 1 addition, 1 deletiondrivers/usb/host/xhci-mem.c
- drivers/usb/host/xhci-omap.c 1 addition, 1 deletiondrivers/usb/host/xhci-omap.c
- drivers/usb/host/xhci-ring.c 1 addition, 1 deletiondrivers/usb/host/xhci-ring.c
- drivers/usb/host/xhci-rockchip.c 1 addition, 1 deletiondrivers/usb/host/xhci-rockchip.c
- drivers/usb/host/xhci-zynqmp.c 1 addition, 1 deletiondrivers/usb/host/xhci-zynqmp.c
- drivers/usb/host/xhci.c 1 addition, 1 deletiondrivers/usb/host/xhci.c
- drivers/usb/phy/omap_usb_phy.c 1 addition, 1 deletiondrivers/usb/phy/omap_usb_phy.c
Loading
Please register or sign in to comment