diff options
author | Marcos Paulo de Souza <marcos.souza.org@gmail.com> | 2012-07-09 22:32:39 -0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-07-11 17:04:42 -0700 |
commit | d5bd0ba64df5ac474090b82f958328e696ade458 (patch) | |
tree | 367b4fc17b50abadccd345fd30b9d4954c186d99 /drivers/staging/bcm/Debug.h | |
parent | 9f433eac0b6f2af7642890ce7995dcc9d1d309ff (diff) | |
download | linux-d5bd0ba64df5ac474090b82f958328e696ade458.tar.gz linux-d5bd0ba64df5ac474090b82f958328e696ade458.tar.bz2 linux-d5bd0ba64df5ac474090b82f958328e696ade458.zip |
staging: bcm: Remove all commented macros
All these macros are commented, and can be removed.
Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/bcm/Debug.h')
-rw-r--r-- | drivers/staging/bcm/Debug.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/staging/bcm/Debug.h b/drivers/staging/bcm/Debug.h index 420382d1cacf..8018a189f817 100644 --- a/drivers/staging/bcm/Debug.h +++ b/drivers/staging/bcm/Debug.h @@ -42,10 +42,6 @@ #define ARP_REQ (TX<<5) #define ARP_RESP (TX<<6) -// dhcp.c -//#define DHCP TX -//#define DHCP_REQ (DHCP<<7) - // Leakybucket.c #define TOKEN_COUNTS (TX<<8) #define CHECK_TOKENS (TX<<9) @@ -147,7 +143,6 @@ DriverEntry.c, bcmfwup.c, ChipDetectTask.c, HaltnReset.c, InterfaceDDR.c */ #define HOST_MIBS (OTHERS << 28) #define CONN_MSG (CMHOST << 29) -//#define OTHERS_MISC (OTHERS << 29) // ProcSupport.c /*-----------------END SUBTYPEs------------------------------------------*/ |