Skip to content

Commit

Permalink
staging: vt6656: code cleanup, removed unused I8 macro
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andres More authored and Greg Kroah-Hartman committed May 14, 2010
1 parent 659770d commit 71e5106
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions drivers/staging/vt6656/ttype.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 71e5106

Please sign in to comment.