aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/ttype.h
diff options
context:
space:
mode:
authorCharles Clément <caratorn@gmail.com>2010-05-28 12:34:19 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2010-06-18 10:09:24 -0700
commit737c3d708c845ab39bfeb1b656e51e84d5771035 (patch)
tree3b332567955ea6a997451e6b9606878d4108faaf /drivers/staging/vt6655/ttype.h
parentStaging: vt6655: remove I8 custom macro (diff)
downloadlinux-dev-737c3d708c845ab39bfeb1b656e51e84d5771035.tar.xz
linux-dev-737c3d708c845ab39bfeb1b656e51e84d5771035.zip
Staging: vt6655: remove U8 custom macro
Remove custom macro for unsigned 8-bit integers. 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 574edfe62281..105cabce97ab 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 U8; /* 8-bit unsigned integer */
typedef unsigned short U16; /* 16-bit unsigned integer */
typedef unsigned long U32; /* 32-bit unsigned integer */