diff --git a/[refs] b/[refs] index bd836f4c498b..cbec6665db7c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: cbfe93e9cedfcd59689bad9e67f57ef67545e5a0 +refs/heads/master: 4d1ee80f3a7df7fe9cdec26e651e6201c45b10d4 diff --git a/trunk/lib/idr.c b/trunk/lib/idr.c index 1cac726c44bc..21f9266d1e41 100644 --- a/trunk/lib/idr.c +++ b/trunk/lib/idr.c @@ -621,7 +621,7 @@ void *idr_get_next(struct idr *idp, int *nextidp) } return NULL; } - +EXPORT_SYMBOL(idr_get_next); /**