aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/brcm80211/include/typedefs.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2010-10-05 14:04:17 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-10-05 14:04:17 -0400
commit562c8850786d8d1a9e3f9f076deb581962c594ab (patch)
treebaf409658f075a8b039e67c3882c2c8e01fb55ef /drivers/staging/brcm80211/include/typedefs.h
parent3bc4d4922ac80f551c6f314dab101c828fc492b4 (diff)
Staging: brcm80211: s/int8/s8/
This changes the usage everywhere in the driver, and removes the definition as it should no longer be used anywhere. Cc: Brett Rudley <brudley@broadcom.com> Cc: Henry Ptasinski <henryp@broadcom.com> Cc: Nohee Ko <noheek@broadcom.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/brcm80211/include/typedefs.h')
-rw-r--r--drivers/staging/brcm80211/include/typedefs.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/staging/brcm80211/include/typedefs.h b/drivers/staging/brcm80211/include/typedefs.h
index 96d4cdb42be..2734c34f888 100644
--- a/drivers/staging/brcm80211/include/typedefs.h
+++ b/drivers/staging/brcm80211/include/typedefs.h
@@ -56,7 +56,7 @@ typedef unsigned int uint;
56typedef unsigned long ulong; 56typedef unsigned long ulong;
57#endif 57#endif
58 58
59/* define [u]int8/16/32/64, uintptr */ 59/* define [u]int16/32/64, uintptr */
60 60
61#ifndef TYPEDEF_UINT16 61#ifndef TYPEDEF_UINT16
62typedef unsigned short uint16; 62typedef unsigned short uint16;
@@ -70,10 +70,6 @@ typedef unsigned int uint32;
70typedef unsigned int uintptr; 70typedef unsigned int uintptr;
71#endif 71#endif
72 72
73#ifndef TYPEDEF_INT8
74typedef signed char int8;
75#endif
76
77#ifndef TYPEDEF_INT16 73#ifndef TYPEDEF_INT16
78typedef signed short int16; 74typedef signed short int16;
79#endif 75#endif
@@ -109,7 +105,6 @@ typedef signed int int32;
109#undef TYPEDEF_UINT16 105#undef TYPEDEF_UINT16
110#undef TYPEDEF_UINT32 106#undef TYPEDEF_UINT32
111#undef TYPEDEF_UINTPTR 107#undef TYPEDEF_UINTPTR
112#undef TYPEDEF_INT8
113#undef TYPEDEF_INT16 108#undef TYPEDEF_INT16
114#undef TYPEDEF_INT32 109#undef TYPEDEF_INT32
115#undef TYPEDEF_FLOAT32 110#undef TYPEDEF_FLOAT32