aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Knutsson <ricknu-0@student.ltu.se>2006-09-29 16:15:37 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-10-03 15:14:43 -0300
commitf1db955acbda253051a3256708d0dbfec2781de2 (patch)
tree67cd69f31c6f656350f2ea4fab4bd92a0d32b0d3
parentccbf64b1d434b78dad491993b57a9619503ab35f (diff)
downloadlinux-f1db955acbda253051a3256708d0dbfec2781de2.tar.gz
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>
-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 db1450c74940a..3bc91aad4fe5d 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