From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH 06/14] ARM: pci: Keep pci_common_init() around after init Date: Thu, 07 Feb 2013 02:20:05 +0100 Message-ID: <2957343.pp7RNnqk54@wuerfel> References: <1357764194-12677-1-git-send-email-thierry.reding@avionic-design.de> <9348609.HjKCmL9u9S@wuerfel> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Linus Walleij Cc: Jason Gunthorpe , Russell King , Greg KH , devicetree-discuss@lists.ozlabs.org, Thierry Reding , linux-kernel@vger.kernel.org, Rob Herring , Grant Likely , linux-tegra@vger.kernel.org, linux-pci@vger.kernel.org, Bjorn Helgaas , Andrew Murray , linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org On Wednesday 06 February 2013 18:07:53 Linus Walleij wrote: > However it leaves the question of how much __init, __initdata > and __initconst we have littering around. Oh, well, we'll see > I guess. Actually, kbuild is pretty good at warning around the bugs there. Arnd