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

Commit 184ff2aa authored by Vinod Koul's avatar Vinod Koul
Browse files

dmaengine: ioat: statify symbol



Sparse warns:
drivers/dma/ioat/init.c:1215:6: warning: symbol 'ioat_resume' was not declared. Should it be static?

Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
Acked-by: default avatarDave Jiang <dave.jiang@intel.com>
parent 7d604663
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1212,7 +1212,7 @@ static void ioat_shutdown(struct pci_dev *pdev)
	ioat_disable_interrupts(ioat_dma);
}

void ioat_resume(struct ioatdma_device *ioat_dma)
static void ioat_resume(struct ioatdma_device *ioat_dma)
{
	struct ioatdma_chan *ioat_chan;
	u32 chanerr;