]> git.karo-electronics.de Git - karo-tx-linux.git/commit
remoteproc: don't use idr_remove_all()
authorTejun Heo <tj@kernel.org>
Thu, 7 Feb 2013 01:28:01 +0000 (12:28 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 18 Feb 2013 05:47:25 +0000 (16:47 +1100)
commit3843d747fcf31313069c549b5ca12a82e599c906
treee02d18ae2f0941a20670dfcb589ac0587d0bc111
parentcc396dc5206334a051566df638a2fbfcfecb9534
remoteproc: don't use idr_remove_all()

idr_destroy() can destroy idr by itself and idr_remove_all() is being
deprecated.  Drop its usage.

Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Ohad Ben-Cohen <ohad@wizery.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/remoteproc/remoteproc_core.c