aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/ttype.h
diff options
context:
space:
mode:
authorCharles Clément <caratorn@gmail.com>2010-06-24 11:02:26 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2010-06-24 14:23:17 -0700
commit2986db5fd31e312206d3ebfa4786aac04bdbe486 (patch)
tree910e5522ededbdce9e97601fccb79ae94ec51404 /drivers/staging/vt6655/ttype.h
parentStaging: vt6655: remove DWORD typedef (diff)
downloadlinux-dev-2986db5fd31e312206d3ebfa4786aac04bdbe486.tar.xz
linux-dev-2986db5fd31e312206d3ebfa4786aac04bdbe486.zip
Staging: vt6655: remove WORD typedef
Replace all occurrences with unsigned short type. Signed-off-by: Charles Clément <caratorn@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/vt6655/ttype.h')
-rw-r--r--drivers/staging/vt6655/ttype.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/vt6655/ttype.h b/drivers/staging/vt6655/ttype.h
index 11493e1be904..6f2e1be97f62 100644
--- a/drivers/staging/vt6655/ttype.h
+++ b/drivers/staging/vt6655/ttype.h
@@ -69,7 +69,6 @@ typedef int BOOL;
*/
typedef unsigned char BYTE; // 8-bit
-typedef unsigned short WORD; // 16-bit
// QWORD is for those situation that we want
// an 8-byte-aligned 8 byte long structure