aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging
diff options
context:
space:
mode:
authorAndres More <more.andres@gmail.com>2010-05-12 17:59:47 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-05-14 16:23:06 -0400
commit71e510673134999627fd180181079ffccb9ec756 (patch)
treed6d6f91e05c71116384a076e1edba4c065617495 /drivers/staging
parent659770d4033373340bc24fc125d1f3ba215e4669 (diff)
staging: vt6656: code cleanup, removed unused I8 macro
Removed custom macro for signed 8-bit integers, which was not used. Signed-off-by: Andres More <more.andres@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/vt6656/ttype.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/staging/vt6656/ttype.h b/drivers/staging/vt6656/ttype.h
index a85d4f88e09b..4dfe00acf24a 100644
--- a/drivers/staging/vt6656/ttype.h
+++ b/drivers/staging/vt6656/ttype.h
@@ -72,13 +72,6 @@ typedef int BOOL;
72 72
73/****** Simple typedefs ***************************************************/ 73/****** Simple typedefs ***************************************************/
74 74
75/* These lines assume that your compiler's longs are 32 bits and
76 * shorts are 16 bits. It is already assumed that chars are 8 bits,
77 * but it doesn't matter if they're signed or unsigned.
78 */
79
80typedef signed char I8; /* 8-bit signed integer */
81
82typedef char CHAR; 75typedef char CHAR;
83typedef signed short SHORT; 76typedef signed short SHORT;
84typedef signed int INT; 77typedef signed int INT;