diff options
author | Vinod Koul <vkoul@kernel.org> | 2018-12-31 19:32:32 +0530 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2018-12-31 19:32:32 +0530 |
commit | 660611827c03afeb0eec178dc1fb9f842332d908 (patch) | |
tree | 6ada4bc7fafc86c273128043a38167ed8c7a8c06 /drivers/dma/xilinx/zynqmp_dma.c | |
parent | 69ca36b3d629f1fcdaa9e7abb8b6b2084ff947dd (diff) | |
parent | aeaebcc17cdf37065d2693865eeb1ff1c7dc5bf3 (diff) |
Merge branch 'topic/xilinx' into for-linus
Diffstat (limited to 'drivers/dma/xilinx/zynqmp_dma.c')
-rw-r--r-- | drivers/dma/xilinx/zynqmp_dma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/xilinx/zynqmp_dma.c b/drivers/dma/xilinx/zynqmp_dma.c index 6f26b59a7216..8db51750ce93 100644 --- a/drivers/dma/xilinx/zynqmp_dma.c +++ b/drivers/dma/xilinx/zynqmp_dma.c @@ -163,7 +163,7 @@ struct zynqmp_dma_desc_ll { u32 ctrl; u64 nxtdscraddr; u64 rsvd; -}; __aligned(64) +}; /** * struct zynqmp_dma_desc_sw - Per Transaction structure |