summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/ttype.h
diff options
context:
space:
mode:
authorCharles Clément2010-06-24 20:02:27 +0200
committerGreg Kroah-Hartman2010-06-24 23:23:18 +0200
commit3fc9b584c28095fe0d46cfb8bddafdf93947042e (patch)
tree584415b49edb969a8c8e34f95379334723934c64 /drivers/staging/vt6655/ttype.h
parentStaging: vt6655: remove WORD typedef (diff)
downloadkernel-qcow2-linux-3fc9b584c28095fe0d46cfb8bddafdf93947042e.tar.gz
kernel-qcow2-linux-3fc9b584c28095fe0d46cfb8bddafdf93947042e.tar.xz
kernel-qcow2-linux-3fc9b584c28095fe0d46cfb8bddafdf93947042e.zip
Staging: vt6655: remove BYTE typedef
Replace all occurrences with unsigned char 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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/vt6655/ttype.h b/drivers/staging/vt6655/ttype.h
index 6f2e1be97f62..ed6d74783e15 100644
--- a/drivers/staging/vt6655/ttype.h
+++ b/drivers/staging/vt6655/ttype.h
@@ -68,8 +68,6 @@ typedef int BOOL;
* but it doesn't matter if they're signed or unsigned.
*/
-typedef unsigned char BYTE; // 8-bit
-
// QWORD is for those situation that we want
// an 8-byte-aligned 8 byte long structure
// which is NOT really a floating point number.