summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/ttype.h
diff options
context:
space:
mode:
authorAndres More2010-05-12 23:59:46 +0200
committerGreg Kroah-Hartman2010-05-14 22:23:06 +0200
commit659770d4033373340bc24fc125d1f3ba215e4669 (patch)
treeef6497c21e75c4c8b15ebae70e70863a9f6f6276 /drivers/staging/vt6656/ttype.h
parentstaging: vt6656: code cleanup, replaced U16 macro with u16 (diff)
downloadkernel-qcow2-linux-659770d4033373340bc24fc125d1f3ba215e4669.tar.gz
kernel-qcow2-linux-659770d4033373340bc24fc125d1f3ba215e4669.tar.xz
kernel-qcow2-linux-659770d4033373340bc24fc125d1f3ba215e4669.zip
staging: vt6656: code cleanup, replaced U32 macro with u32
Removed custom macro for unsigned 32-bit integers. 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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/vt6656/ttype.h b/drivers/staging/vt6656/ttype.h
index 2b8419af7907..a85d4f88e09b 100644
--- a/drivers/staging/vt6656/ttype.h
+++ b/drivers/staging/vt6656/ttype.h
@@ -79,8 +79,6 @@ typedef int BOOL;
typedef signed char I8; /* 8-bit signed integer */
-typedef unsigned long U32; /* 32-bit unsigned integer */
-
typedef char CHAR;
typedef signed short SHORT;
typedef signed int INT;