Message ID | 1314617615-2394-2-git-send-email-per.forlin@linaro.org |
---|---|
State | Accepted |
Commit | da063d260969c4e5e5f91d911ba87f7f6b48ead0 |
Headers | show |
diff --git a/drivers/dma/ste_dma40.c b/drivers/dma/ste_dma40.c index cd3a7c7..486b6c0 100644 --- a/drivers/dma/ste_dma40.c +++ b/drivers/dma/ste_dma40.c @@ -174,6 +174,7 @@ struct d40_base; * @tasklet: Tasklet that gets scheduled from interrupt context to complete a * transfer and call client callback. * @client: Cliented owned descriptor list. + * @pending_queue: Submitted jobs, to be issued by issue_pending() * @active: Active descriptor. * @queue: Queued jobs. * @dma_cfg: The client configuration of this dma channel.
Signed-off-by: Per Forlin <per.forlin@linaro.org> --- drivers/dma/ste_dma40.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)