Skip to content

Commit

Permalink
staging: bcm: Remove all commented macros
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Marcos Paulo de Souza authored and Greg Kroah-Hartman committed Jul 12, 2012
1 parent 9f433ea commit d5bd0ba
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion drivers/staging/bcm/CmHost.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
* Management.
************************************************************/

/* #define CONN_MSG */
#include "headers.h"

enum E_CLASSIFIER_ACTION {
Expand Down
5 changes: 0 additions & 5 deletions drivers/staging/bcm/Debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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------------------------------------------*/


Expand Down
1 change: 0 additions & 1 deletion drivers/staging/bcm/Macros.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

#define TX_TIMER_PERIOD 10 /*10 msec*/
#define MAX_CLASSIFIERS 100
/* #define MAX_CLASSIFIERS_PER_SF 20 */
#define MAX_TARGET_DSX_BUFFERS 24

#define MAX_CNTRL_PKTS 100
Expand Down
1 change: 0 additions & 1 deletion drivers/staging/bcm/PHSDefines.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
#define PHS_BUFFER_SIZE 1532


//#define MAX_PHS_LENGTHS 100
#define MAX_PHSRULE_PER_SF 20
#define MAX_SERVICEFLOWS 17

Expand Down

0 comments on commit d5bd0ba

Please sign in to comment.