Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Ben Hutchings and committed by
David Woodhouse
4d1ee80f cbfe93e9

+1 -1
+1 -1
lib/idr.c
··· 621 621 } 622 622 return NULL; 623 623 } 624 - 624 + EXPORT_SYMBOL(idr_get_next); 625 625 626 626 627 627 /**