aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655
diff options
context:
space:
mode:
authorCharles Clément <caratorn@gmail.com>2010-06-01 12:38:55 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2010-06-18 10:11:15 -0700
commit0c93a98a0e9073e0ffa7aea1e515a5e146e798a7 (patch)
treeed3aa5e2eeec357a35c81a052e7b4b6847cd265f /drivers/staging/vt6655
parentStaging: vt6655: removed custom CHAR typedef (diff)
downloadlinux-dev-0c93a98a0e9073e0ffa7aea1e515a5e146e798a7.tar.xz
linux-dev-0c93a98a0e9073e0ffa7aea1e515a5e146e798a7.zip
Staging: vt6655: removed custom SHORT typedef
Signed-off-by: Charles Clément <caratorn@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/vt6655')
-rw-r--r--drivers/staging/vt6655/device.h8
-rw-r--r--drivers/staging/vt6655/ttype.h1
2 files changed, 4 insertions, 5 deletions
diff --git a/drivers/staging/vt6655/device.h b/drivers/staging/vt6655/device.h
index 4ea94a7d5ff5..5f4efb5904db 100644
--- a/drivers/staging/vt6655/device.h
+++ b/drivers/staging/vt6655/device.h
@@ -681,11 +681,11 @@ typedef struct __device_info {
// For Auto Power Tunning
BYTE byAutoPwrTunning;
- SHORT sPSetPointCCK;
- SHORT sPSetPointOFDMG;
- SHORT sPSetPointOFDMA;
+ short sPSetPointCCK;
+ short sPSetPointOFDMG;
+ short sPSetPointOFDMA;
LONG lPFormulaOffset;
- SHORT sPThreshold;
+ short sPThreshold;
char cAdjustStep;
char cMinTxAGC;
diff --git a/drivers/staging/vt6655/ttype.h b/drivers/staging/vt6655/ttype.h
index 1be30d8108a7..52f1a0c2adc7 100644
--- a/drivers/staging/vt6655/ttype.h
+++ b/drivers/staging/vt6655/ttype.h
@@ -68,7 +68,6 @@ typedef int BOOL;
* but it doesn't matter if they're signed or unsigned.
*/
-typedef signed short SHORT;
typedef signed int INT;
typedef signed long LONG;