aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/brcm80211/include/typedefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/brcm80211/include/typedefs.h')
-rw-r--r--drivers/staging/brcm80211/include/typedefs.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/staging/brcm80211/include/typedefs.h b/drivers/staging/brcm80211/include/typedefs.h
index a6ab298c4d31..3a72ce33c20f 100644
--- a/drivers/staging/brcm80211/include/typedefs.h
+++ b/drivers/staging/brcm80211/include/typedefs.h
@@ -44,10 +44,6 @@ typedef unsigned int uint;
/* define [u]int16/32/64, uintptr */
-#ifndef TYPEDEF_UINT16
-typedef unsigned short uint16;
-#endif
-
#ifndef TYPEDEF_UINT32
typedef unsigned int uint32;
#endif
@@ -85,7 +81,6 @@ typedef signed int int32;
#define AUTO (-1) /* Auto = -1 */
#undef TYPEDEF_UINT
-#undef TYPEDEF_UINT16
#undef TYPEDEF_UINT32
#undef TYPEDEF_UINTPTR
#undef TYPEDEF_INT16