dmaengine: ioat: Make two symbols static
authorJason Yan <yanaijie@huawei.com>
Sat, 12 Sep 2020 07:21:58 +0000 (15:21 +0800)
committerVinod Koul <vkoul@kernel.org>
Fri, 18 Sep 2020 07:01:37 +0000 (12:31 +0530)
commit0143db65b0465da8bb37679056d9f14bacb9cfbd
tree0069522d06b17819694d2c8520766781c8b784dd
parentd8344fa93ed1b3f80417718deb70aea76f7948be
dmaengine: ioat: Make two symbols static

This eliminates the following sparse warning:

drivers/dma/ioat/dma.c:29:5: warning: symbol 'completion_timeout' was
not declared. Should it be static?
drivers/dma/ioat/dma.c:33:5: warning: symbol 'idle_timeout' was not
declared. Should it be static?

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Jason Yan <yanaijie@huawei.com>
Acked-by: Dave Jiang <dave.jiang@intel.com>
Link: https://lore.kernel.org/r/20200912072158.602585-1-yanaijie@huawei.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/ioat/dma.c