Skip to content
Snippets Groups Projects
Commit 5d97dff0 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Tom Rini
Browse files

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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
[trini: Add drivers/usb/host/xhci-rockchip.c]
Signed-off-by: default avatarTom Rini <trini@konsulko.com>
parent 4491327d
No related branches found
No related tags found
No related merge requests found
Showing
with 20 additions and 20 deletions
Loading
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