summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/ttype.h
diff options
context:
space:
mode:
authorAndres More2013-02-13 02:36:28 +0100
committerGreg Kroah-Hartman2013-02-15 19:46:44 +0100
commitdfdcc425975d06cbfcc9b5c0fad2f3af5476cd05 (patch)
treeed39806ba3b60cadae0e2eac7909e8afe6c1f458 /drivers/staging/vt6656/ttype.h
parentstaging/rtl8187se: Mark functions as static to silence sparse (diff)
downloadkernel-qcow2-linux-dfdcc425975d06cbfcc9b5c0fad2f3af5476cd05.tar.gz
kernel-qcow2-linux-dfdcc425975d06cbfcc9b5c0fad2f3af5476cd05.tar.xz
kernel-qcow2-linux-dfdcc425975d06cbfcc9b5c0fad2f3af5476cd05.zip
staging: vt6656: replace custom BOOL definition with bool
Checkpatch findings were not resolved, just make direct replacement plus a couple of conflicting types in declarations. sed -i 's/\bBOOL\b/bool/g' drivers/staging/vt6656/*.[ch] Signed-off-by: Andres More <more.andres@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
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 89ab49492202..436cd791ff1e 100644
--- a/drivers/staging/vt6656/ttype.h
+++ b/drivers/staging/vt6656/ttype.h
@@ -33,8 +33,6 @@
/******* Common definitions and typedefs ***********************************/
-typedef int BOOL;
-
#if !defined(TRUE)
#define TRUE 1
#endif