diff options
Diffstat (limited to 'include/linux')
| -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 871a213a8477..ff94a4875e1c 100644 --- a/include/linux/idr.h +++ b/include/linux/idr.h | |||
| @@ -82,7 +82,6 @@ int idr_for_each(struct idr *idp, | |||
| 82 | void *idr_get_next(struct idr *idp, int *nextid); | 82 | void *idr_get_next(struct idr *idp, int *nextid); |
| 83 | void *idr_replace(struct idr *idp, void *ptr, int id); | 83 | void *idr_replace(struct idr *idp, void *ptr, int id); |
| 84 | void idr_remove(struct idr *idp, int id); | 84 | void idr_remove(struct idr *idp, int id); |
| 85 | void idr_free(struct idr *idp, int id); | ||
| 86 | void idr_destroy(struct idr *idp); | 85 | void idr_destroy(struct idr *idp); |
| 87 | void idr_init(struct idr *idp); | 86 | void idr_init(struct idr *idp); |
| 88 | 87 | ||
