Skip to content

Commit

Permalink
Staging: brcm80211: remove UNUSED_PARAMETER macro
Browse files Browse the repository at this point in the history
It's not needed anywhere.

Cc: Brett Rudley <brudley@broadcom.com>
Cc: Henry Ptasinski <henryp@broadcom.com>
Cc: Nohee Ko <noheek@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Greg Kroah-Hartman committed Oct 5, 2010
1 parent b793758 commit 2a0b139
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/staging/brcm80211/include/typedefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,6 @@ typedef float64 float_t;
#undef TYPEDEF_FLOAT64
#undef TYPEDEF_FLOAT_T

/* Suppress unused parameter warning */
#define UNUSED_PARAMETER(x) (void)(x)

/*
* Including the bcmdefs.h here, to make sure everyone including typedefs.h
* gets this automatically
Expand Down

0 comments on commit 2a0b139

Please sign in to comment.