drivers/perf: Directly use ida_alloc()/free()
authorkeliu <liuke94@huawei.com>
Thu, 19 May 2022 08:01:26 +0000 (08:01 +0000)
committerWill Deacon <will@kernel.org>
Thu, 23 Jun 2022 14:44:45 +0000 (15:44 +0100)
commit49785a77780ce78cae4478fedad2fd4d03067761
treef8b2bbdb00e9c5efb3761fd489a895f6323219e1
parenta111daf0c53ae91e71fd2bfe7497862d14132e3e
drivers/perf: Directly use ida_alloc()/free()

Use ida_alloc()/ida_free() instead of deprecated
ida_simple_get()/ida_simple_remove() .

Signed-off-by: keliu <liuke94@huawei.com>
Link: https://lore.kernel.org/r/20220519080127.147030-1-liuke94@huawei.com
Signed-off-by: Will Deacon <will@kernel.org>
drivers/perf/fsl_imx8_ddr_perf.c