commit | 5f7f6026a27833f867c416a8cf18bf57b6bf8b39 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Sep 21 11:28:58 2016 +0900 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 23 22:25:42 2016 -0400 |
tree | 79bc89d507b3290dac3cc378867e83a728c6912a | |
parent | 64e4f7fc67042e6269d13ba2cdaf78a51c96ad2e [diff] |
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>