mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 02:08:00 +00:00
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>
This commit is contained in:
parent
2c61551b62
commit
4982f46420
4 changed files with 2 additions and 6 deletions
|
@ -151,8 +151,6 @@ typedef unsigned long sector_t;
|
|||
typedef unsigned long blkcnt_t;
|
||||
#endif
|
||||
|
||||
#define ENOTSUPP 524 /* Operation is not supported */
|
||||
|
||||
/* module */
|
||||
#define THIS_MODULE 0
|
||||
#define try_module_get(...) 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue