]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
Move error macros from <asm-generic/errno.h> to <linux/errno.h>
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 21 Sep 2016 02:28:58 +0000 (11:28 +0900)
committerTom Rini <trini@konsulko.com>
Sat, 24 Sep 2016 02:25:42 +0000 (22:25 -0400)
commit2c61551b62dbd9df529dc06a412718b22cf02a82
tree79bc89d507b3290dac3cc378867e83a728c6912a
parent5d97dff0424e3ae5c4325a04e662a6b60b8deb67
Move error macros from <asm-generic/errno.h> to <linux/errno.h>

There are no files that include <asm-generic/errno.h> any more.
Move error macro defines to include/linux/errno.h and remove
include/asm-generic/errno.h.

Going forward, please include <linux/errno.h> when you need error
macros.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
include/asm-generic/errno.h [deleted file]
include/linux/errno.h