drivers: dma: Include appropriate header file in dca.c
authorRashika <rashika.kheria@gmail.com>
Mon, 16 Dec 2013 10:14:39 +0000 (15:44 +0530)
committerDan Williams <dan.j.williams@intel.com>
Thu, 10 Apr 2014 19:17:35 +0000 (12:17 -0700)
commit2358b820d42a33f1d1052b438489c90a4cc8f3fc
tree9278c644c56288b4706e140e1c0fcce91889a1da
parent8d1d32767ca0df1b5cd75cdc1be3915bc6887ed1
drivers: dma: Include appropriate header file in dca.c

Includes an appropriate header file dma_v2.h in ioat/dca.c because
functions ioat2_dca_init() and ioat3_dca_init() have their function
declarations in dma_v2.h.

This eliminates the following warning in ioat/dca.c:
drivers/dma/ioat/dca.c:410:22: warning: no previous prototype for ‘ioat2_dca_init’ [-Wmissing-prototypes]
drivers/dma/ioat/dca.c:624:22: warning: no previous prototype for ‘ioat3_dca_init’ [-Wmissing-prototypes]

Signed-off-by: Rashika Kheria <rashika.kheria@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Acked-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
drivers/dma/ioat/dca.c
This page took 0.023847 seconds and 5 git commands to generate.