summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/ttype.h
diff options
context:
space:
mode:
authorCharles Clément2010-06-01 21:38:56 +0200
committerGreg Kroah-Hartman2010-06-18 19:11:16 +0200
commit7ca3019525e6e3ba727e36dfdc07d8e8d487a5e2 (patch)
treedd5c2aa549e723fda56cfdb7e05e4708189fac6c /drivers/staging/vt6655/ttype.h
parentStaging: vt6655: removed custom SHORT typedef (diff)
downloadkernel-qcow2-linux-7ca3019525e6e3ba727e36dfdc07d8e8d487a5e2.tar.gz
kernel-qcow2-linux-7ca3019525e6e3ba727e36dfdc07d8e8d487a5e2.tar.xz
kernel-qcow2-linux-7ca3019525e6e3ba727e36dfdc07d8e8d487a5e2.zip
Staging: vt6655: remove custom INT 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 52f1a0c2adc7..9ccef04cab59 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 signed int INT;
typedef signed long LONG;
typedef unsigned char UCHAR;