summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/ttype.h
diff options
context:
space:
mode:
authorAndres More2013-02-13 02:36:30 +0100
committerGreg Kroah-Hartman2013-02-15 19:48:24 +0100
commit4e9b5e2b8b7f1a9116d760a25f8ea98b3d5b64f4 (patch)
treec3e6b191b0c4e502f841045af939858194ecc8cc /drivers/staging/vt6656/ttype.h
parentstaging: vt6656: replaced custom FALSE definition with false (diff)
downloadkernel-qcow2-linux-4e9b5e2b8b7f1a9116d760a25f8ea98b3d5b64f4.tar.gz
kernel-qcow2-linux-4e9b5e2b8b7f1a9116d760a25f8ea98b3d5b64f4.tar.xz
kernel-qcow2-linux-4e9b5e2b8b7f1a9116d760a25f8ea98b3d5b64f4.zip
staging: vt6656: replaced custom TRUE definition with true
Checkpatch findings were not resolved, just direct replacement. sed -i 's/\bTRUE\b/true/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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/vt6656/ttype.h b/drivers/staging/vt6656/ttype.h
index 5f7cb50f65fb..d7b648945316 100644
--- a/drivers/staging/vt6656/ttype.h
+++ b/drivers/staging/vt6656/ttype.h
@@ -33,10 +33,6 @@
/******* Common definitions and typedefs ***********************************/
-#if !defined(TRUE)
-#define TRUE 1
-#endif
-
/****** Simple typedefs ***************************************************/
typedef u8 BYTE;