summaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorRichard Knutsson2006-09-29 21:15:37 +0200
committerMauro Carvalho Chehab2006-10-03 20:14:43 +0200
commitf1db955acbda253051a3256708d0dbfec2781de2 (patch)
tree67cd69f31c6f656350f2ea4fab4bd92a0d32b0d3 /drivers/media
parentV4L/DVB (4683): Norm_notchfilter is used on just one point and argument is bogus (diff)
downloadkernel-qcow2-linux-f1db955acbda253051a3256708d0dbfec2781de2.tar.gz
kernel-qcow2-linux-f1db955acbda253051a3256708d0dbfec2781de2.tar.xz
kernel-qcow2-linux-f1db955acbda253051a3256708d0dbfec2781de2.zip
V4L/DVB (4684): Drivers/media/video/cx88: Remove unused defined FALSE/TRUE
Remove defines of FALSE/TRUE because they are not used. Signed-off-by: Richard Knutsson <ricknu-0@student.ltu.se> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/video/cx88/cx88.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/media/video/cx88/cx88.h b/drivers/media/video/cx88/cx88.h
index db1450c74940..3bc91aad4fe5 100644
--- a/drivers/media/video/cx88/cx88.h
+++ b/drivers/media/video/cx88/cx88.h
@@ -40,12 +40,6 @@
#include <linux/mutex.h>
#define CX88_VERSION_CODE KERNEL_VERSION(0,0,6)
-#ifndef TRUE
-# define TRUE (1==1)
-#endif
-#ifndef FALSE
-# define FALSE (1==0)
-#endif
#define UNSET (-1U)
#define CX88_MAXBOARDS 8