LC15: Remove clk_cal (another unused struct member)

This commit is contained in:
Harald Welte 2016-01-20 22:55:03 +01:00
parent e9a17292e8
commit 53e0291df6
2 changed files with 0 additions and 2 deletions

View File

@ -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);

View File

@ -37,7 +37,6 @@ struct lc15l1_hdl {
struct gsm_time gsm_time;
uint32_t hLayer1; /* handle to the L1 instance in the DSP */
uint32_t dsp_trace_f; /* currently operational DSP trace flags */
int clk_cal;
struct llist_head wlc_list;
struct phy_instance *phy_inst;