diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/amba/pl08x.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/amba/pl08x.h b/include/linux/amba/pl08x.h index 95b76ea1829f..933b4ed12be5 100644 --- a/include/linux/amba/pl08x.h +++ b/include/linux/amba/pl08x.h | |||
| @@ -162,9 +162,6 @@ enum pl08x_dma_chan_state { | |||
| 162 | * @lc: last completed transaction on this channel | 162 | * @lc: last completed transaction on this channel |
| 163 | * @pend_list: queued transactions pending on this channel | 163 | * @pend_list: queued transactions pending on this channel |
| 164 | * @at: active transaction on this channel | 164 | * @at: active transaction on this channel |
| 165 | * @lockflags: sometimes we let a lock last between two function calls, | ||
| 166 | * especially prep/submit, and then we need to store the IRQ flags | ||
| 167 | * in the channel state, here | ||
| 168 | * @lock: a lock for this channel data | 165 | * @lock: a lock for this channel data |
| 169 | * @host: a pointer to the host (internal use) | 166 | * @host: a pointer to the host (internal use) |
| 170 | * @state: whether the channel is idle, paused, running etc | 167 | * @state: whether the channel is idle, paused, running etc |
| @@ -184,7 +181,6 @@ struct pl08x_dma_chan { | |||
| 184 | dma_cookie_t lc; | 181 | dma_cookie_t lc; |
| 185 | struct list_head pend_list; | 182 | struct list_head pend_list; |
| 186 | struct pl08x_txd *at; | 183 | struct pl08x_txd *at; |
| 187 | unsigned long lockflags; | ||
| 188 | spinlock_t lock; | 184 | spinlock_t lock; |
| 189 | struct pl08x_driver_data *host; | 185 | struct pl08x_driver_data *host; |
| 190 | enum pl08x_dma_chan_state state; | 186 | enum pl08x_dma_chan_state state; |
