summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/cx88
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2006-09-29 16:15:37 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-09-29 16:15:37 -0300
commita67483ddcf1df21f151caedab677fcbe00174753 (patch)
tree0dc2015197c7c5a752ab7ba535b74000b3bb64d5 /linux/drivers/media/video/cx88
parentdb4527906bdd7ec317a1be20c7b5eeac70660a8f (diff)
downloadmediapointer-dvb-s2-a67483ddcf1df21f151caedab677fcbe00174753.tar.gz
mediapointer-dvb-s2-a67483ddcf1df21f151caedab677fcbe00174753.tar.bz2
drivers/media/video/cx88: Remove unused defined FALSE/TRUE
From: Richard Knutsson <ricknu-0@student.ltu.se> 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 'linux/drivers/media/video/cx88')
-rw-r--r--linux/drivers/media/video/cx88/cx88.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/linux/drivers/media/video/cx88/cx88.h b/linux/drivers/media/video/cx88/cx88.h
index 5f84e3af5..f77d45426 100644
--- a/linux/drivers/media/video/cx88/cx88.h
+++ b/linux/drivers/media/video/cx88/cx88.h
@@ -45,12 +45,6 @@
#endif
#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