Skip to content

Commit

Permalink
dmaengine: ioat - fix spare sparse complain
Browse files Browse the repository at this point in the history
>> drivers/dma/ioat/dma_v3.c:371:6: sparse: symbol 'ioat3_timer_event' was not declared.

Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Acked-by: Dave Jiang <dave.jiang@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
  • Loading branch information
Fengguang Wu authored and Vinod Koul committed Feb 13, 2013
1 parent 5fa422c commit a20702b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/dma/ioat/dma_v3.c
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ static void check_active(struct ioat2_dma_chan *ioat)

}

void ioat3_timer_event(unsigned long data)
static void ioat3_timer_event(unsigned long data)
{
struct ioat2_dma_chan *ioat = to_ioat2_chan((void *) data);
struct ioat_chan_common *chan = &ioat->base;
Expand Down

0 comments on commit a20702b

Please sign in to comment.