ARM: imx: Remove usage of the deprecated ida_simple_xx() API
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Thu, 11 Jan 2024 20:31:55 +0000 (21:31 +0100)
committerShawn Guo <shawnguo@kernel.org>
Mon, 5 Feb 2024 09:23:28 +0000 (17:23 +0800)
commit0d04e84db74d94732821ec515365109d12a9491c
treefa04cda4181596d32df613c3ac172ade10ec7020
parent6613476e225e090cc9aad49be7fa504e290dd33d
ARM: imx: Remove usage of the deprecated ida_simple_xx() API

ida_alloc() and ida_free() should be preferred to the deprecated
ida_simple_get() and ida_simple_remove().

This is less verbose.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/mach-imx/mmdc.c