aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-litecell15/l1_if.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2016-01-20 22:55:03 +0100
committerHarald Welte <laforge@gnumonks.org>2016-02-15 14:27:32 +0100
commit53e0291df6e9b601bd56d55d4a41c5268ee9bd87 (patch)
tree4787bdfbae84f84c2e35a2ea99ac79f55ff78860 /src/osmo-bts-litecell15/l1_if.c
parente9a17292e8545d5f651e9614c43bc1626e10ac5f (diff)
LC15: Remove clk_cal (another unused struct member)
Diffstat (limited to 'src/osmo-bts-litecell15/l1_if.c')
-rw-r--r--src/osmo-bts-litecell15/l1_if.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/osmo-bts-litecell15/l1_if.c b/src/osmo-bts-litecell15/l1_if.c
index 1e81b74c..3a0b419c 100644
--- a/src/osmo-bts-litecell15/l1_if.c
+++ b/src/osmo-bts-litecell15/l1_if.c
@@ -1396,7 +1396,6 @@ struct lc15l1_hdl *l1if_open(struct phy_instance *pinst)
INIT_LLIST_HEAD(&fl1h->wlc_list);
fl1h->phy_inst = pinst;
- fl1h->clk_cal = 0;
fl1h->dsp_trace_f = pinst->u.lc15.dsp_trace_f;
get_hwinfo(fl1h);