aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/amba/pl08x.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/amba/pl08x.h b/include/linux/amba/pl08x.h
index 8e74cb1845dd..8d9083067d3d 100644
--- a/include/linux/amba/pl08x.h
+++ b/include/linux/amba/pl08x.h
@@ -110,8 +110,9 @@ struct pl08x_txd {
110 size_t len; 110 size_t len;
111 dma_addr_t llis_bus; 111 dma_addr_t llis_bus;
112 void *llis_va; 112 void *llis_va;
113 struct pl08x_channel_data *cd;
114 bool active; 113 bool active;
114 /* Default cctl value for LLIs */
115 u32 cctl;
115 /* 116 /*
116 * Settings to be put into the physical channel when we 117 * Settings to be put into the physical channel when we
117 * trigger this txd. Other registers are in llis_va[0]. 118 * trigger this txd. Other registers are in llis_va[0].