[patch V2 15/28] cpumask: Export cpumask_any_but

From: Thomas Gleixner
Date: Mon Feb 22 2016 - 06:13:42 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(+)

Index: b/lib/cpumask.c
===================================================================
--- 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