diff options
author | Janani Ravichandran <janani.rvchndrn@gmail.com> | 2016-02-14 05:31:48 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-02-15 01:31:44 +0100 |
commit | 6f5b8d2ace5d19bb4d1f7e9791b2ba9651297d92 (patch) | |
tree | ad76d84db66935bc1b5c8ff114b07586de755692 | |
parent | staging: wilc1000: Eliminate spaces between function names and open parentheses (diff) | |
download | linux-6f5b8d2ace5d19bb4d1f7e9791b2ba9651297d92.tar.xz linux-6f5b8d2ace5d19bb4d1f7e9791b2ba9651297d92.zip |
staging: wilc1000: Remove useless macros
Remove the macros FN_IN and FN_OUT as they haven't been used anywhere.
Signed-off-by: Janani Ravichandran <janani.rvchndrn@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/wilc1000/linux_wlan_common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/wilc1000/linux_wlan_common.h b/drivers/staging/wilc1000/linux_wlan_common.h index f32505113b60..0d9a71fa6de4 100644 --- a/drivers/staging/wilc1000/linux_wlan_common.h +++ b/drivers/staging/wilc1000/linux_wlan_common.h @@ -96,9 +96,6 @@ extern atomic_t WILC_DEBUG_LEVEL; #endif -#define FN_IN /* PRINT_D(">>> \n") */ -#define FN_OUT /* PRINT_D("<<<\n") */ - #define LINUX_RX_SIZE (96 * 1024) #define LINUX_TX_SIZE (64 * 1024) |