firmware/layer1: remove redundant l1a_*_req declarations

Both symbols are declared in 'layer1/prim.h'.

Change-Id: I36f41870bd63c70259316204ee17071853257ca4
fixeria/trx
Vadim Yanitskiy 2020-06-09 00:12:19 +07:00
parent c2712384f6
commit ed54765784
1 changed files with 0 additions and 6 deletions

View File

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