commit | 8ec5336af7d2f2ad9fad01fa2f89e545bad3d2ad | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Sep 21 11:28:59 2016 +0900 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 23 22:25:43 2016 -0400 |
tree | aabc4245981c6a70a2dfbfd2cc38d1fc626ab7f1 | |
parent | 5f7f6026a27833f867c416a8cf18bf57b6bf8b39 [diff] [blame] |
Move ENOTSUPP defines to include/linux/errno.h Collect a couple of duplicated defines into a single place. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
diff --git a/include/linux/errno.h b/include/linux/errno.h index 1a7a0b9..f3461b4 100644 --- a/include/linux/errno.h +++ b/include/linux/errno.h
@@ -128,4 +128,6 @@ #define ENOMEDIUM 123 /* No medium found */ #define EMEDIUMTYPE 124 /* Wrong medium type */ +#define ENOTSUPP 524 /* Operation is not supported */ + #endif