summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/cx25821/cx25821.h
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2013-04-14 11:13:43 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2013-04-16 18:04:37 -0300
commitbad1f29d0f98972665e6503a286d058125212aa5 (patch)
tree5aec1ff1e2e05f7645727a4a5ba89e21e680ee20 /drivers/media/pci/cx25821/cx25821.h
parentf8d7ee70919d44ef4f01f3c9bc49af54fdc433bc (diff)
downloadlinux-stable-bad1f29d0f98972665e6503a286d058125212aa5.tar.gz
linux-stable-bad1f29d0f98972665e6503a286d058125212aa5.tar.bz2
linux-stable-bad1f29d0f98972665e6503a286d058125212aa5.zip
[media] cx25821: remove TRUE/FALSE/STATUS_(UN)SUCCESSFUL defines
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/pci/cx25821/cx25821.h')
-rw-r--r--drivers/media/pci/cx25821/cx25821.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/media/pci/cx25821/cx25821.h b/drivers/media/pci/cx25821/cx25821.h
index c63f7f571614..95dbf70d8667 100644
--- a/drivers/media/pci/cx25821/cx25821.h
+++ b/drivers/media/pci/cx25821/cx25821.h
@@ -52,8 +52,6 @@
#define CX25821_MAXBOARDS 2
-#define TRUE 1
-#define FALSE 0
#define LINE_SIZE_D1 1440
/* Number of decoders and encoders */
@@ -456,9 +454,6 @@ struct sram_channel {
extern const struct sram_channel cx25821_sram_channels[];
-#define STATUS_SUCCESS 0
-#define STATUS_UNSUCCESSFUL -1
-
#define cx_read(reg) readl(dev->lmmio + ((reg)>>2))
#define cx_write(reg, value) writel((value), dev->lmmio + ((reg)>>2))