diff options
author | Ivan Safonov <insafonov@gmail.com> | 2015-10-27 18:21:28 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-10-29 03:09:08 +0300 |
commit | 8a3a379d354c9518e6897a28bd06badfcf2235e6 (patch) | |
tree | ff5fb8e903bac334c3b830c703b20a09606e957f /drivers/staging | |
parent | 016c6bbaf18cb3f375972d9f7b2c3ff60a57a261 (diff) | |
download | linux-8a3a379d354c9518e6897a28bd06badfcf2235e6.tar.xz |
staging: rtl8188eu: unused SUCCESS and FAIL macros removed
This patch removes unused SUCCESS and FAIL macros in include/basic_types.h.
Signed-off-by: Ivan Safonov <insafonov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging')
-rw-r--r-- | drivers/staging/rtl8188eu/include/basic_types.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/rtl8188eu/include/basic_types.h b/drivers/staging/rtl8188eu/include/basic_types.h index 8a7ca992674a..485d5c7493c3 100644 --- a/drivers/staging/rtl8188eu/include/basic_types.h +++ b/drivers/staging/rtl8188eu/include/basic_types.h @@ -20,9 +20,6 @@ #ifndef __BASIC_TYPES_H__ #define __BASIC_TYPES_H__ -#define SUCCESS 0 -#define FAIL (-1) - #include <linux/types.h> #define NDIS_OID uint |