linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH TRIVIAL] idr: remove unused prototype of idr_free()
@ 2014-01-30 15:57 Vladimir Davydov
  2014-01-30 16:10 ` Tejun Heo
  0 siblings, 1 reply; 2+ messages in thread
From: Vladimir Davydov @ 2014-01-30 15:57 UTC (permalink / raw)
  To: trivial; +Cc: tj, linux-kernel

There is no such function. Remove the redundant prototype.

Signed-off-by: Vladimir Davydov <vdavydov@parallels.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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH TRIVIAL] idr: remove unused prototype of idr_free()
  2014-01-30 15:57 [PATCH TRIVIAL] idr: remove unused prototype of idr_free() Vladimir Davydov
@ 2014-01-30 16:10 ` Tejun Heo
  0 siblings, 0 replies; 2+ messages in thread
From: Tejun Heo @ 2014-01-30 16:10 UTC (permalink / raw)
  To: Vladimir Davydov; +Cc: trivial, linux-kernel

On Thu, Jan 30, 2014 at 07:57:54PM +0400, Vladimir Davydov wrote:
> There is no such function. Remove the redundant prototype.
> 
> Signed-off-by: Vladimir Davydov <vdavydov@parallels.com>

Acked-by: Tejun Heo <tj@kernel.org>

Thanks.

-- 
tejun

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-01-30 16:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-30 15:57 [PATCH TRIVIAL] idr: remove unused prototype of idr_free() Vladimir Davydov
2014-01-30 16:10 ` Tejun Heo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).