Commit d5bd0ba64df5ac474090b82f958328e696ade458

Authored by Marcos Paulo de Souza
Committed by Greg Kroah-Hartman
1 parent 9f433eac0b

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>

Showing 4 changed files with 0 additions and 8 deletions Side-by-side Diff

drivers/staging/bcm/CmHost.c
... ... @@ -4,7 +4,6 @@
4 4 * Management.
5 5 ************************************************************/
6 6  
7   -/* #define CONN_MSG */
8 7 #include "headers.h"
9 8  
10 9 enum E_CLASSIFIER_ACTION {
drivers/staging/bcm/Debug.h
... ... @@ -42,10 +42,6 @@
42 42 #define ARP_REQ (TX<<5)
43 43 #define ARP_RESP (TX<<6)
44 44  
45   -// dhcp.c
46   -//#define DHCP TX
47   -//#define DHCP_REQ (DHCP<<7)
48   -
49 45 // Leakybucket.c
50 46 #define TOKEN_COUNTS (TX<<8)
51 47 #define CHECK_TOKENS (TX<<9)
... ... @@ -147,7 +143,6 @@
147 143  
148 144 #define HOST_MIBS (OTHERS << 28)
149 145 #define CONN_MSG (CMHOST << 29)
150   -//#define OTHERS_MISC (OTHERS << 29) // ProcSupport.c
151 146 /*-----------------END SUBTYPEs------------------------------------------*/
152 147  
153 148  
drivers/staging/bcm/Macros.h
... ... @@ -6,7 +6,6 @@
6 6  
7 7 #define TX_TIMER_PERIOD 10 /*10 msec*/
8 8 #define MAX_CLASSIFIERS 100
9   -/* #define MAX_CLASSIFIERS_PER_SF 20 */
10 9 #define MAX_TARGET_DSX_BUFFERS 24
11 10  
12 11 #define MAX_CNTRL_PKTS 100
drivers/staging/bcm/PHSDefines.h
... ... @@ -27,7 +27,6 @@
27 27 #define PHS_BUFFER_SIZE 1532
28 28  
29 29  
30   -//#define MAX_PHS_LENGTHS 100
31 30 #define MAX_PHSRULE_PER_SF 20
32 31 #define MAX_SERVICEFLOWS 17
33 32