summaryrefslogtreecommitdiff
path: root/xhfc/xhfc.h
diff options
context:
space:
mode:
authorNoe Rubinstein <nrubinstein@proformatique.com>2010-12-02 12:07:58 +0100
committerNoe Rubinstein <nrubinstein@proformatique.com>2010-12-02 12:07:58 +0100
commite79ecf45114ac7ddee989dac439867a3d3780655 (patch)
treeb6bdbb5b9dfc2f0de8b7ab12715e36f835724b35 /xhfc/xhfc.h
parentbb72e811ab26b8d98fc59515616e7e82ec206e24 (diff)
if it works, do break it
Diffstat (limited to 'xhfc/xhfc.h')
-rw-r--r--xhfc/xhfc.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/xhfc/xhfc.h b/xhfc/xhfc.h
index 396c57a..c12f985 100644
--- a/xhfc/xhfc.h
+++ b/xhfc/xhfc.h
@@ -132,16 +132,12 @@ struct xhfc_span {
struct xhfc {
char *name;
- __u8 chipidx; /* index in pi->xhfcs[NUM_XHFCS] */
struct xhfc_pi *pi; /* backpointer to xhfc_pi */
struct xhfc_span spans[SPANS_PER_CHIP];
- /* from DAHDI */
- int running;
- unsigned long ticks;
- int setsyncspan; /* Span reported from HFC for sync on this card */
- int reportedsyncspan; /* Span reported from HFC for sync on this card */
+ int running;
+ unsigned long ticks;
};
struct xhfc_pi {