From: Richard Knutsson Date: Fri, 29 Sep 2006 19:15:37 +0000 (-0300) Subject: V4L/DVB (4684): Drivers/media/video/cx88: Remove unused defined FALSE/TRUE X-Git-Tag: v2.6.19-rc1~176 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=f1db955acbda253051a3256708d0dbfec2781de2;p=linux-2.6-omap-h63xx.git 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 Signed-off-by: Andrew Morton Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/video/cx88/cx88.h b/drivers/media/video/cx88/cx88.h index db1450c7494..3bc91aad4fe 100644 --- a/drivers/media/video/cx88/cx88.h +++ b/drivers/media/video/cx88/cx88.h @@ -40,12 +40,6 @@ #include #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