From: Greg Kroah-Hartman Date: Tue, 5 Oct 2010 16:35:29 +0000 (-0700) Subject: Staging: brcm80211: remove UNUSED_PARAMETER macro X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2a0b139283935f01faea6e24d8def3c844f8fe1d;p=linux-beck.git Staging: brcm80211: remove UNUSED_PARAMETER macro It's not needed anywhere. Cc: Brett Rudley Cc: Henry Ptasinski Cc: Nohee Ko Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/brcm80211/include/typedefs.h b/drivers/staging/brcm80211/include/typedefs.h index 45a56b4967ee..9ebe8a34256b 100644 --- a/drivers/staging/brcm80211/include/typedefs.h +++ b/drivers/staging/brcm80211/include/typedefs.h @@ -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