Skip to content

Commit

Permalink
dmaengine: xilinx-dma: move header file to common location
Browse files Browse the repository at this point in the history
This patch moves the xilinx_dma.h header file
to the include/linux/dma.

Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
  • Loading branch information
Kedareswara rao Appana authored and Vinod Koul committed Mar 17, 2015
1 parent 3b62286 commit 937abe8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/dma/xilinx/xilinx_vdma.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
* (at your option) any later version.
*/

#include <linux/amba/xilinx_dma.h>
#include <linux/bitops.h>
#include <linux/dmapool.h>
#include <linux/dma/xilinx_dma.h>
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/io.h>
Expand Down
File renamed without changes.

0 comments on commit 937abe8

Please sign in to comment.