From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751624AbbCNQNh (ORCPT ); Sat, 14 Mar 2015 12:13:37 -0400 Received: from senator.holtmann.net ([87.106.208.187]:60106 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750874AbbCNQNe (ORCPT ); Sat, 14 Mar 2015 12:13:34 -0400 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2070.6\)) Subject: Re: [PATCH 13/15] ieee802154: don't export static symbol From: Marcel Holtmann In-Reply-To: <1426092997-30605-14-git-send-email-Julia.Lawall@lip6.fr> Date: Sat, 14 Mar 2015 09:13:26 -0700 Cc: Alexander Aring , kernel-janitors@vger.kernel.org, "David S. Miller" , linux-wpan@vger.kernel.org, netdev , Linux Kernel Mailing List , daniel@iogearbox.net Content-Transfer-Encoding: 7bit Message-Id: <9174D8D8-5176-4B98-8A3D-DE09B9C42612@holtmann.org> References: <1426092997-30605-1-git-send-email-Julia.Lawall@lip6.fr> <1426092997-30605-14-git-send-email-Julia.Lawall@lip6.fr> To: Julia Lawall X-Mailer: Apple Mail (2.2070.6) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Julia, > 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; > @@ > > -EXPORT_SYMBOL(f); > // > > Signed-off-by: Julia Lawall > > --- > net/ieee802154/nl-mac.c | 1 - > 1 file changed, 1 deletion(-) patch has been applied to bluetooth-next tree. Regards Marcel