mirror of
https://github.com/torvalds/linux.git
synced 2026-05-22 14:12:07 +02:00
idr: remove unused prototype of idr_free()
There is no such function. Remove the redundant prototype. Signed-off-by: Vladimir Davydov <vdavydov@parallels.com> Acked-by: Tejun Heo <tj@kernel.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
c04e7da013
commit
8cc7212a03
|
|
@ -82,7 +82,6 @@ int idr_for_each(struct idr *idp,
|
|||
void *idr_get_next(struct idr *idp, int *nextid);
|
||||
void *idr_replace(struct idr *idp, void *ptr, int id);
|
||||
void idr_remove(struct idr *idp, int id);
|
||||
void idr_free(struct idr *idp, int id);
|
||||
void idr_destroy(struct idr *idp);
|
||||
void idr_init(struct idr *idp);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user