]> git.karo-electronics.de Git - karo-tx-linux.git/commit
remoteproc: don't use idr_remove_all()
authorTejun Heo <tj@kernel.org>
Wed, 20 Feb 2013 02:16:05 +0000 (13:16 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 20 Feb 2013 05:53:40 +0000 (16:53 +1100)
commitd919b7a9b5b89a581574f16913749ced1bcfba94
tree48ac266103918e7105dd6233a231ceda932bcf59
parent78e5561589141c1185139d473f991916996ca946
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