idr: export idr_get_next()

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Thu Feb 25 07:59:05 EST 2010


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=4d1ee80f3a7df7fe9cdec26e651e6201c45b10d4
Commit:     4d1ee80f3a7df7fe9cdec26e651e6201c45b10d4
Parent:     cbfe93e9cedfcd59689bad9e67f57ef67545e5a0
Author:     Ben Hutchings <bhutchings at solarflare.com>
AuthorDate: Fri Jan 29 20:59:17 2010 +0000
Committer:  David Woodhouse <David.Woodhouse at intel.com>
CommitDate: Thu Feb 25 11:54:51 2010 +0000

    idr: export idr_get_next()
    
    idr_get_next() was accidentally not exported when added.  It is about
    to be used by mtdcore, which may be built as a module.
    
    Signed-off-by: Ben Hutchings <bhutchings at solarflare.com>
    Acked-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu at jp.fujitsu.com>
    Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy at nokia.com>
    Signed-off-by: David Woodhouse <David.Woodhouse at intel.com>
---
 lib/idr.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/idr.c b/lib/idr.c
index 1cac726..21f9266 100644
--- a/lib/idr.c
+++ b/lib/idr.c
@@ -621,7 +621,7 @@ void *idr_get_next(struct idr *idp, int *nextidp)
 	}
 	return NULL;
 }
-
+EXPORT_SYMBOL(idr_get_next);
 
 
 /**



More information about the linux-mtd-cvs mailing list