Skip to content

Commit

Permalink
idr: export idr_get_next()
Browse files Browse the repository at this point in the history
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@solarflare.com>
Acked-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
Ben Hutchings authored and David Woodhouse committed Feb 25, 2010
1 parent cbfe93e commit 4d1ee80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/idr.c
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ void *idr_get_next(struct idr *idp, int *nextidp)
}
return NULL;
}

EXPORT_SYMBOL(idr_get_next);


/**
Expand Down

0 comments on commit 4d1ee80

Please sign in to comment.