commit | 5c274ca4cfb22a455e880f61536b1894fa29fd17 | [log] [tgz] |
---|---|---|
author | Vinod Koul <vkoul@kernel.org> | Mon Jul 08 09:42:55 2019 +0530 |
committer | Vinod Koul <vkoul@kernel.org> | Mon Jul 08 09:44:45 2019 +0530 |
tree | 9c33bf9861648223ed70704b190704c0e1c39869 | |
parent | b7f5b656ffe19e3c65f04e3adeae21ac17227126 [diff] |
dmaengine: Revert "dmaengine: fsl-edma: add i.mx7ulp edma2 version support" This reverts commit 7144afd025b2 ("dmaengine: fsl-edma: add i.mx7ulp edma2 version support") as this fails to build with module option due to usage of of_irq_count() which is not an exported symbol as kernel drivers are *not* expected to use it (rightly so). Signed-off-by: Vinod Koul <vkoul@kernel.org>