commit | 0f4ec05bbbd60f0159a739e54c910bca859ef039 | [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 | 82b3d98b3af6cecc7a8c1f1781823d831864293d [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>