Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220061
b: refs/heads/master
c: 151da5a
h: refs/heads/master
i:
  220059: e3b3434
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Oct 5, 2010
1 parent bf2be48 commit 9ac8243
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7848789cbf006127bde475b15b79c5db1be6b2db
refs/heads/master: 151da5a562b9ddbe57dcbd24cb3d855faf843516
11 changes: 0 additions & 11 deletions trunk/drivers/staging/brcm80211/include/typedefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,6 @@ typedef unsigned short uint16;
typedef unsigned int uint32;
#endif

#ifndef TYPEDEF_UINT64
typedef unsigned long long uint64;
#endif

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

#ifndef TYPEDEF_INT64
typedef signed long long int64;
#endif


/* define macro values */

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

0 comments on commit 9ac8243

Please sign in to comment.