commit | e4e789d32af0cb2b3ac8a1ea867a3714e3b802f0 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Sat Jan 21 18:05:24 2017 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Sun Jan 22 15:32:56 2017 +0900 |
tree | 8e36c162d89eeaa27ea7472311cb8f3ea33fb336 | |
parent | 955e612b1ac0c8695bf98c0e491da5731f0e758f [diff] |
ARM: uniphier: replace <linux/err.h> with <linux/errno.h> These files only need error number macros. Actually, IS_ERR(), PTR_ERR(), ERR_PTR(), etc. are not useful for U-Boot. Avoid unnecessary header includes. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>