Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9c7c756e authored by kbuild test robot's avatar kbuild test robot Committed by Felix Fietkau
Browse files

mt76: mt76x02: mt76x02_poll_tx() can be static



Fixes: ec7d2d74760a ("mt76: mt76x02: use napi polling for tx cleanup")
Signed-off-by: default avatarkbuild test robot <lkp@intel.com>
Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
parent d422bb26
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;