[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1391097474-31300-1-git-send-email-vdavydov@parallels.com>
Date: Thu, 30 Jan 2014 19:57:54 +0400
From: Vladimir Davydov <vdavydov@...allels.com>
To: <trivial@...nel.org>
CC: <tj@...nel.org>, <linux-kernel@...r.kernel.org>
Subject: [PATCH TRIVIAL] idr: remove unused prototype of idr_free()
There is no such function. Remove the redundant prototype.
Signed-off-by: Vladimir Davydov <vdavydov@...allels.com>
---
include/linux/idr.h | 1 -
1 file changed, 1 deletion(-)
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,
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);
--
1.7.10.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists