Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 151da5a5 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

Staging: brcm80211: remove unit64 and int64 typedefs



They are not used anywhere, nor should they be defined.

Cc: Brett Rudley <brudley@broadcom.com>
Cc: Henry Ptasinski <henryp@broadcom.com>
Cc: Nohee Ko <noheek@broadcom.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 7848789c
Loading
Loading
Loading
Loading
+0 −11
Original line number Original line Diff line number Diff line
@@ -70,10 +70,6 @@ typedef unsigned short uint16;
typedef unsigned int uint32;
typedef unsigned int uint32;
#endif
#endif


#ifndef TYPEDEF_UINT64
typedef unsigned long long uint64;
#endif

#ifndef TYPEDEF_UINTPTR
#ifndef TYPEDEF_UINTPTR
typedef unsigned int uintptr;
typedef unsigned int uintptr;
#endif
#endif
@@ -90,11 +86,6 @@ typedef signed short int16;
typedef signed int int32;
typedef signed int int32;
#endif
#endif


#ifndef TYPEDEF_INT64
typedef signed long long int64;
#endif


/* define macro values */
/* define macro values */


#ifndef FALSE
#ifndef FALSE
@@ -126,12 +117,10 @@ typedef signed long long int64;
#undef TYPEDEF_UINT8
#undef TYPEDEF_UINT8
#undef TYPEDEF_UINT16
#undef TYPEDEF_UINT16
#undef TYPEDEF_UINT32
#undef TYPEDEF_UINT32
#undef TYPEDEF_UINT64
#undef TYPEDEF_UINTPTR
#undef TYPEDEF_UINTPTR
#undef TYPEDEF_INT8
#undef TYPEDEF_INT8
#undef TYPEDEF_INT16
#undef TYPEDEF_INT16
#undef TYPEDEF_INT32
#undef TYPEDEF_INT32
#undef TYPEDEF_INT64
#undef TYPEDEF_FLOAT32
#undef TYPEDEF_FLOAT32
#undef TYPEDEF_FLOAT64
#undef TYPEDEF_FLOAT64
#undef TYPEDEF_FLOAT_T
#undef TYPEDEF_FLOAT_T