From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753228AbbCLGDv (ORCPT ); Thu, 12 Mar 2015 02:03:51 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:43322 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751014AbbCLGDr (ORCPT ); Thu, 12 Mar 2015 02:03:47 -0400 Date: Wed, 11 Mar 2015 23:03:44 -0700 From: Stephen Boyd To: Julia Lawall Cc: Mike Turquette , kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org, daniel@iogearbox.net Subject: Re: [PATCH 9/15] clk: don't export static symbol Message-ID: <20150312060344.GA17325@codeaurora.org> References: <1426092997-30605-1-git-send-email-Julia.Lawall@lip6.fr> <1426092997-30605-10-git-send-email-Julia.Lawall@lip6.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1426092997-30605-10-git-send-email-Julia.Lawall@lip6.fr> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/11, Julia Lawall wrote: > From: Julia Lawall > > The semantic patch that fixes this problem is as follows: > (http://coccinelle.lip6.fr/) > > // > @r@ > type T; > identifier f; > @@ > > static T f (...) { ... } > > @@ > identifier r.f; > declarer name EXPORT_SYMBOL_GPL; > @@ > > -EXPORT_SYMBOL_GPL(f); > // > > Signed-off-by: Julia Lawall Applied to clk-fixes. -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Boyd Date: Thu, 12 Mar 2015 06:03:44 +0000 Subject: Re: [PATCH 9/15] clk: don't export static symbol Message-Id: <20150312060344.GA17325@codeaurora.org> List-Id: References: <1426092997-30605-1-git-send-email-Julia.Lawall@lip6.fr> <1426092997-30605-10-git-send-email-Julia.Lawall@lip6.fr> In-Reply-To: <1426092997-30605-10-git-send-email-Julia.Lawall@lip6.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Julia Lawall Cc: Mike Turquette , kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org, daniel@iogearbox.net On 03/11, Julia Lawall wrote: > From: Julia Lawall > > The semantic patch that fixes this problem is as follows: > (http://coccinelle.lip6.fr/) > > // > @r@ > type T; > identifier f; > @@ > > static T f (...) { ... } > > @@ > identifier r.f; > declarer name EXPORT_SYMBOL_GPL; > @@ > > -EXPORT_SYMBOL_GPL(f); > // > > Signed-off-by: Julia Lawall Applied to clk-fixes. -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project