diff options
| author | Vladimir Davydov <vdavydov@parallels.com> | 2014-01-30 19:57:54 +0400 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-04-11 10:59:26 +0200 |
| commit | 87cda632f63edad7d75465e1aaddbf5331610ce9 (patch) | |
| tree | a388cbd43461d6a46c716c05a87660df975492c1 /include/linux/idr.h | |
| parent | 0e8692e3add1367549aa3cf8598f5d0d5b122ebc (diff) | |
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>
Diffstat (limited to 'include/linux/idr.h')
| -rw-r--r-- | include/linux/idr.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/idr.h b/include/linux/idr.h index 605050313..6af3400b9 100644 --- a/include/linux/idr.h +++ b/include/linux/idr.h @@ -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); bool idr_is_empty(struct idr *idp); |
