remoteproc: Directly use ida_alloc()/free()
authorkeliu <liuke94@huawei.com>
Fri, 27 May 2022 07:38:32 +0000 (07:38 +0000)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Mon, 18 Jul 2022 20:32:34 +0000 (15:32 -0500)
commit08333b911f01862e71e51b7065fb4baca3cd2e67
tree3bc98f19e87ff3f6f9a1a50f7fbb5c5243bd8dc2
parentcab8300b5621a54aa25306ff800c27fa5a4632d7
remoteproc: 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>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220527073832.2474641-1-liuke94@huawei.com
drivers/remoteproc/remoteproc_core.c