summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/ttype.h
diff options
context:
space:
mode:
authorAndres More2010-05-12 23:59:47 +0200
committerGreg Kroah-Hartman2010-05-14 22:23:06 +0200
commit71e510673134999627fd180181079ffccb9ec756 (patch)
treed6d6f91e05c71116384a076e1edba4c065617495 /drivers/staging/vt6656/ttype.h
parentstaging: vt6656: code cleanup, replaced U32 macro with u32 (diff)
downloadkernel-qcow2-linux-71e510673134999627fd180181079ffccb9ec756.tar.gz
kernel-qcow2-linux-71e510673134999627fd180181079ffccb9ec756.tar.xz
kernel-qcow2-linux-71e510673134999627fd180181079ffccb9ec756.zip
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/vt6656/ttype.h')
-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;
/****** Simple typedefs ***************************************************/
-/* These lines assume that your compiler's longs are 32 bits and
- * shorts are 16 bits. It is already assumed that chars are 8 bits,
- * but it doesn't matter if they're signed or unsigned.
- */
-
-typedef signed char I8; /* 8-bit signed integer */
-
typedef char CHAR;
typedef signed short SHORT;
typedef signed int INT;