aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThiago Farina <tfransosi@gmail.com>2013-02-21 14:18:16 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2013-03-14 10:46:07 -0400
commit0169ab28b3992d46ac703d13940c415fe0795974 (patch)
treed36707629efc8639595cefabe71e837f244e18f2
parent44122dd6b6b872d6f1ec151f89942f66b715222c (diff)
[media] media/usb: cx231xx-pcb-cfg.h: Remove unused enum _true_false
Signed-off-by: Thiago Farina <tfarina@chromium.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r--drivers/media/usb/cx231xx/cx231xx-pcb-cfg.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/media/usb/cx231xx/cx231xx-pcb-cfg.h b/drivers/media/usb/cx231xx/cx231xx-pcb-cfg.h
index f5e46e89f3ab..b3c6190e0c69 100644
--- a/drivers/media/usb/cx231xx/cx231xx-pcb-cfg.h
+++ b/drivers/media/usb/cx231xx/cx231xx-pcb-cfg.h
@@ -68,11 +68,6 @@ enum USB_SPEED{
68 HIGH_SPEED = 0x1 /* 1: high speed */ 68 HIGH_SPEED = 0x1 /* 1: high speed */
69}; 69};
70 70
71enum _true_false{
72 FALSE = 0,
73 TRUE = 1
74};
75
76#define TS_MASK 0x6 71#define TS_MASK 0x6
77enum TS_PORT{ 72enum TS_PORT{
78 NO_TS_PORT = 0x0, /* 2'b00: Neither port used. PCB not a Hybrid, 73 NO_TS_PORT = 0x0, /* 2'b00: Neither port used. PCB not a Hybrid,