firmware/layer1: remove redundant l1a_*_req declarations
Both symbols are declared in 'layer1/prim.h'. Change-Id: I36f41870bd63c70259316204ee17071853257ca4fixeria/trx
parent
c2712384f6
commit
ed54765784
|
@ -32,12 +32,6 @@ int l1a_txq_msgb_count(struct llist_head *queue);
|
|||
/* flush all pending msgb */
|
||||
void l1a_txq_msgb_flush(struct llist_head *queue);
|
||||
|
||||
/* request a RACH */
|
||||
void l1a_rach_req(uint16_t offset, uint8_t combined, uint8_t ra);
|
||||
|
||||
/* schedule frequency change */
|
||||
void l1a_freq_req(uint32_t fn_sched);
|
||||
|
||||
/* Enable a repeating multiframe task */
|
||||
void l1a_mftask_enable(enum mframe_task task);
|
||||
|
||||
|
|
Loading…
Reference in New Issue