OSDN Git Service

drivers/perf:Directly use ida_alloc()/free()
authorkeliu <liuke94@huawei.com>
Thu, 19 May 2022 08:01:27 +0000 (08:01 +0000)
committerWill Deacon <will@kernel.org>
Thu, 23 Jun 2022 14:44:45 +0000 (15:44 +0100)
commita336916b067c40e06448cb50533b9e2ed561e5d3
treeb99c7c7953fc9225a8fabc0af452c411bb2f4d7c
parent49785a77780ce78cae4478fedad2fd4d03067761
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-2-liuke94@huawei.com
Signed-off-by: Will Deacon <will@kernel.org>
drivers/perf/arm-ccn.c