Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f1db955a authored by Richard Knutsson's avatar Richard Knutsson Committed by Mauro Carvalho Chehab
Browse files

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: default avatarRichard Knutsson <ricknu-0@student.ltu.se>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent ccbf64b1
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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