From 4128dd9afb986321edf0baa8a3aaa3c7c5aa3730 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Thu, 7 Oct 2010 16:41:32 -0700 Subject: [PATCH] Staging: brcm80211: remove forgotten undef I forgot to remove the float undefs in typedef.h from previous patches, this fixes this issue. Cc: Brett Rudley Cc: Henry Ptasinski Cc: Nohee Ko Signed-off-by: Greg Kroah-Hartman --- drivers/staging/brcm80211/include/typedefs.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/staging/brcm80211/include/typedefs.h b/drivers/staging/brcm80211/include/typedefs.h index 076d95b84932..a6ab298c4d31 100644 --- a/drivers/staging/brcm80211/include/typedefs.h +++ b/drivers/staging/brcm80211/include/typedefs.h @@ -90,9 +90,6 @@ typedef signed int int32; #undef TYPEDEF_UINTPTR #undef TYPEDEF_INT16 #undef TYPEDEF_INT32 -#undef TYPEDEF_FLOAT32 -#undef TYPEDEF_FLOAT64 -#undef TYPEDEF_FLOAT_T /* * Including the bcmdefs.h here, to make sure everyone including typedefs.h -- 2.34.1