From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1423317AbcBQNvO (ORCPT ); Wed, 17 Feb 2016 08:51:14 -0500 Received: from www.linutronix.de ([62.245.132.108]:43939 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1423194AbcBQNsw (ORCPT ); Wed, 17 Feb 2016 08:48:52 -0500 Message-Id: <20160217133932.519700587@linutronix.de> User-Agent: quilt/0.63-1 Date: Wed, 17 Feb 2016 13:47:37 -0000 From: Thomas Gleixner To: LKML Cc: Peter Zijlstra , Ingo Molnar , Borislav Petkov , Stephane Eranian , Harish Chegondi , Kan Liang , Andi Kleen Subject: [patch 10/11] cpumask: Export cpumask_any_but References: <20160217132903.767990400@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Disposition: inline; filename=cpumask--Export-cpumask_any_but.patch X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001,URIBL_BLOCKED=0.001 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Almost every cpumask function is exported, just not the one I need to make the intel uncore driver modular. Signed-off-by: Thomas Gleixner --- 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