summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/ttype.h
diff options
context:
space:
mode:
authorCharles Clément2010-06-02 18:51:59 +0200
committerGreg Kroah-Hartman2010-06-18 19:14:00 +0200
commit5c9824e124f67c2590e1dbd33045603c36168609 (patch)
tree8f4cecf2362e0ee3bbd6b5ffdc642cabf2ede486 /drivers/staging/vt6655/ttype.h
parentStaging: vt6655: remove custom LONG typedef (diff)
downloadkernel-qcow2-linux-5c9824e124f67c2590e1dbd33045603c36168609.tar.gz
kernel-qcow2-linux-5c9824e124f67c2590e1dbd33045603c36168609.tar.xz
kernel-qcow2-linux-5c9824e124f67c2590e1dbd33045603c36168609.zip
Staging: vt6655: remove custom UCHAR 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/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 302829af6ebe..74ec69f822fe 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 unsigned char UCHAR;
typedef unsigned short USHORT;
typedef unsigned int UINT;
typedef unsigned long ULONG;