mt76: mt76x02: mt76x02_poll_tx() can be static
Fixes: ec7d2d74760a ("mt76: mt76x02: use napi polling for tx cleanup") Signed-off-by: kbuild test robot <lkp@intel.com> Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
d422bb2617
commit
9c7c756eb0
@ -161,7 +161,7 @@ static void mt76x02_tx_tasklet(unsigned long data)
|
||||
mt76_txq_schedule_all(&dev->mt76);
|
||||
}
|
||||
|
||||
int mt76x02_poll_tx(struct napi_struct *napi, int budget)
|
||||
static int mt76x02_poll_tx(struct napi_struct *napi, int budget)
|
||||
{
|
||||
struct mt76x02_dev *dev = container_of(napi, struct mt76x02_dev, tx_napi);
|
||||
int i;
|
||||
|
Loading…
x
Reference in New Issue
Block a user