aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorRichard Knutsson <ricknu-0@student.ltu.se>2006-09-29 15:15:37 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-10-03 14:14:43 -0400
commitf1db955acbda253051a3256708d0dbfec2781de2 (patch)
tree67cd69f31c6f656350f2ea4fab4bd92a0d32b0d3 /drivers
parentccbf64b1d434b78dad491993b57a9619503ab35f (diff)
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')
-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 @@
40#include <linux/mutex.h> 40#include <linux/mutex.h>
41#define CX88_VERSION_CODE KERNEL_VERSION(0,0,6) 41#define CX88_VERSION_CODE KERNEL_VERSION(0,0,6)
42 42
43#ifndef TRUE
44# define TRUE (1==1)
45#endif
46#ifndef FALSE
47# define FALSE (1==0)
48#endif
49#define UNSET (-1U) 43#define UNSET (-1U)
50 44
51#define CX88_MAXBOARDS 8 45#define CX88_MAXBOARDS 8