dmaengine: mxs-dma: Remove the unused .id_table
authorFabio Estevam <festevam@gmail.com>
Mon, 23 Nov 2020 19:30:51 +0000 (16:30 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 30 Oct 2022 08:41:18 +0000 (09:41 +0100)
commit1da5d249704666fe8d3b1cb531d73fb6c621d84f
treec3f888969ce711042993fcc2bcaa8a3567993a90
parent1414e9bf3c307759347e6c91ed1143065ee86402
dmaengine: mxs-dma: Remove the unused .id_table

[ Upstream commit cc2afb0d4c7cbba6743ed6d9564f0883cab6bae1 ]

The mxs-dma driver is only used by DT platforms and the .id_table
is unused.

Get rid of it to simplify the code.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Link: https://lore.kernel.org/r/20201123193051.17285-1-festevam@gmail.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Stable-dep-of: 26696d465716 ("dmaengine: mxs: use platform_driver_register")
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/dma/mxs-dma.c