Staging: brcm80211: remove UNUSED_PARAMETER macro
authorGreg Kroah-Hartman <gregkh@suse.de>
Tue, 5 Oct 2010 16:35:29 +0000 (09:35 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 5 Oct 2010 16:35:29 +0000 (09:35 -0700)
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>
drivers/staging/brcm80211/include/typedefs.h

index 45a56b4..9ebe8a3 100644 (file)
@@ -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