mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 17:17:04 -04:00
staging: wilc1000: removes unused debug flags
This patch removes unused debug flags. Signed-off-by: Leo Kim <leo.kim@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
5510730d5f
commit
e944ad751f
@@ -13,18 +13,6 @@
|
||||
#include <linux/semaphore.h>
|
||||
#include <linux/netdevice.h>
|
||||
|
||||
/********************************************
|
||||
*
|
||||
* Debug Flags
|
||||
*
|
||||
********************************************/
|
||||
|
||||
#define N_INIT 0x00000001
|
||||
#define N_ERR 0x00000002
|
||||
#define N_TXQ 0x00000004
|
||||
#define N_INTR 0x00000008
|
||||
#define N_RXQ 0x00000010
|
||||
|
||||
/********************************************
|
||||
*
|
||||
* Host Interface Defines
|
||||
|
||||
Reference in New Issue
Block a user