]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
dmaengine: cirrus: Drop left-over from platform probing
authorUwe Kleine-König (The Capable Hub) <u.kleine-koenig@baylibre.com>
Thu, 28 May 2026 13:50:10 +0000 (15:50 +0200)
committerVinod Koul <vkoul@kernel.org>
Mon, 8 Jun 2026 11:32:21 +0000 (17:02 +0530)
commit1d736d76c7d16359bae042b8c9fbb0fdac158721
treeeb1bdcaba37b1990081ee4694ff78cb090f30296
parent87aab0781cb35baa2214d0a95ff01e786e428226
dmaengine: cirrus: Drop left-over from platform probing

Since commit 2e7f55ce4302 ("dmaengine: cirrus: Convert to DT for Cirrus
EP93xx") the driver cannot probe devices using the traditional platform
device way any more. Thus the driver's .id_table serves no purpose any
more and can be dropped.

Signed-off-by: Uwe Kleine-König (The Capable Hub) <u.kleine-koenig@baylibre.com>
Link: https://patch.msgid.link/c3830cb95b0bb939f9cc9543dfa3047e41532c47.1779976024.git.ukleinek@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/ep93xx_dma.c