Staging: brcm80211: s/int32/s32/
[deliverable/linux.git] / drivers / staging / brcm80211 / include / typedefs.h
index 8ed792b0395a05f68fd1ff27773de074bab51fcd..0461f75c064a7bbcc96534dc5144497c93ab99a2 100644 (file)
@@ -42,16 +42,10 @@ typedef unsigned long long int uintptr;
 typedef unsigned int uint;
 #endif
 
-/* define [u]int32/64, uintptr */
-
 #ifndef TYPEDEF_UINTPTR
 typedef unsigned int uintptr;
 #endif
 
-#ifndef TYPEDEF_INT32
-typedef signed int int32;
-#endif
-
 /* define macro values */
 
 #ifndef FALSE
@@ -74,7 +68,6 @@ typedef signed int int32;
 
 #undef TYPEDEF_UINT
 #undef TYPEDEF_UINTPTR
-#undef TYPEDEF_INT32
 
 /*
  * Including the bcmdefs.h here, to make sure everyone including typedefs.h
This page took 0.039252 seconds and 5 git commands to generate.