* [PATCH -mm] drivers/media/video/cx88: Remove unused defined FALSE/TRUE
@ 2006-09-29 3:39 Richard Knutsson
0 siblings, 0 replies; only message in thread
From: Richard Knutsson @ 2006-09-29 3:39 UTC (permalink / raw)
To: akpm; +Cc: linux-kernel
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>
---
'find -name *.[chS] | xargs grep "cx88.h"' found nothing outside cx88/
Against 2.6.18-mm2, compile-tested
diff -Narup -X linux-2.6.18-mm2/Documentation/dontdiff linux-2.6.18-mm2/drivers/media/video/cx88/cx88.h linux-2.6.18-mm2_drivers_media_video_cx88/drivers/media/video/cx88/cx88.h
--- linux-2.6.18-mm2/drivers/media/video/cx88/cx88.h 2006-09-29 04:55:44.000000000 +0200
+++ linux-2.6.18-mm2_drivers_media_video_cx88/drivers/media/video/cx88/cx88.h 2006-09-29 04:49:48.000000000 +0200
@@ -39,12 +39,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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-09-29 3:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-29 3:39 [PATCH -mm] drivers/media/video/cx88: Remove unused defined FALSE/TRUE Richard Knutsson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox