diff options
-rw-r--r-- | drivers/dma/ioat/dma_v3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/ioat/dma_v3.c b/drivers/dma/ioat/dma_v3.c index 570dd6320c32..2acd1ad57fd6 100644 --- a/drivers/dma/ioat/dma_v3.c +++ b/drivers/dma/ioat/dma_v3.c | |||
@@ -368,7 +368,7 @@ static void check_active(struct ioat2_dma_chan *ioat) | |||
368 | 368 | ||
369 | } | 369 | } |
370 | 370 | ||
371 | void ioat3_timer_event(unsigned long data) | 371 | static void ioat3_timer_event(unsigned long data) |
372 | { | 372 | { |
373 | struct ioat2_dma_chan *ioat = to_ioat2_chan((void *) data); | 373 | struct ioat2_dma_chan *ioat = to_ioat2_chan((void *) data); |
374 | struct ioat_chan_common *chan = &ioat->base; | 374 | struct ioat_chan_common *chan = &ioat->base; |