projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccbf64b
)
V4L/DVB (4684): Drivers/media/video/cx88: Remove unused defined FALSE/TRUE
author
Richard Knutsson
<
[email protected]
>
Fri, 29 Sep 2006 19:15:37 +0000
(16:15 -0300)
committer
Mauro Carvalho Chehab
<
[email protected]
>
Tue, 3 Oct 2006 18:14:43 +0000
(15:14 -0300)
Remove defines of FALSE/TRUE because they are not used.
Signed-off-by: Richard Knutsson <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Mauro Carvalho Chehab <
[email protected]
>
drivers/media/video/cx88/cx88.h
patch
|
blob
|
history
diff --git
a/drivers/media/video/cx88/cx88.h
b/drivers/media/video/cx88/cx88.h
index db1450c74940a34637e4b3014c42213c4560d6ac..3bc91aad4fe5df80b4d3d9bcea67ce3807b71462 100644
(file)
--- 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