Skip to content
Commit 370da348 authored by Ovidiu Panait's avatar Ovidiu Panait Committed by Bruce Ashfield
Browse files

dmaengine: mxs-dma: fix build failure caused by merge conflicts



In 70f5e23f ("Merge branch 'v5.10/standard/base' into
v5.10/standard/nxp-sdk-5.10/nxp-soc") there was a conflict between
linux-stable backport
1da5d249 ("dmaengine: mxs-dma: Remove the unused .id_table")
and existing nxp SDK commits.

Remove the unnecessary .id_table assignment to fix the following build failure:
| 'mxs_dma_ids' undeclared here (not in a function); did you mean 'mxs_dma_id'?
|   962 |         .id_table       = mxs_dma_ids,
|       |                           ^~~~~~~~~~~
|       |                           mxs_dma_id

Signed-off-by: default avatarOvidiu Panait <ovidiu.panait@windriver.com>
Signed-off-by: default avatarBruce Ashfield <bruce.ashfield@gmail.com>
parent 10db1337
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment