The patch titled drivers/media/video/cx88: Remove unused defined FALSE/TRUE has been added to the -mm tree. Its filename is drivers-media-video-cx88-remove-unused-defined-false-true.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: drivers/media/video/cx88: Remove unused defined FALSE/TRUE From: Richard Knutsson <ricknu-0@xxxxxxxxxxxxxx> Remove defines of FALSE/TRUE because they are not used. Signed-off-by: Richard Knutsson <ricknu-0@xxxxxxxxxxxxxx> Cc: Mauro Carvalho Chehab <mchehab@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/media/video/cx88/cx88.h | 6 ------ 1 file changed, 6 deletions(-) diff -puN drivers/media/video/cx88/cx88.h~drivers-media-video-cx88-remove-unused-defined-false-true drivers/media/video/cx88/cx88.h --- a/drivers/media/video/cx88/cx88.h~drivers-media-video-cx88-remove-unused-defined-false-true +++ a/drivers/media/video/cx88/cx88.h @@ -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 _ Patches currently in -mm which might be from ricknu-0@xxxxxxxxxxxxxx are drivers-media-video-cx88-remove-unused-defined-false-true.patch generic-boolean.patch fs-ntfs-conversion-to-generic-boolean.patch fs-jfs-conversion-to-generic-boolean.patch fs-partitions-conversion-to-generic-boolean.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html