[patch 10/11] cpumask: Export cpumask_any_but

From: Thomas Gleixner
Date: Wed Feb 17 2016 - 08:51:34 EST


Almost every cpumask function is exported, just not the one I need to make the
intel uncore driver modular.

Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
---
lib/cpumask.c | 1 +
1 file changed, 1 insertion(+)

--- a/lib/cpumask.c
+++ b/lib/cpumask.c
@@ -41,6 +41,7 @@ int cpumask_any_but(const struct cpumask
break;
return i;
}
+EXPORT_SYMBOL(cpumask_any_but);

/* These are not inline because of header tangles. */
#ifdef CONFIG_CPUMASK_OFFSTACK