|
@@ -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);
|
|
|
|