From: Greg Kroah-Hartman Date: Thu, 7 Oct 2010 23:41:32 +0000 (-0700) Subject: Staging: brcm80211: remove forgotten undef X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4128dd9afb986321edf0baa8a3aaa3c7c5aa3730;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git 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 --- diff --git a/drivers/staging/brcm80211/include/typedefs.h b/drivers/staging/brcm80211/include/typedefs.h index 076d95b8493..a6ab298c4d3 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