From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755379AbcBHPyk (ORCPT ); Mon, 8 Feb 2016 10:54:40 -0500 Received: from mail1.windriver.com ([147.11.146.13]:35353 "EHLO mail1.windriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754739AbcBHPyh (ORCPT ); Mon, 8 Feb 2016 10:54:37 -0500 Date: Mon, 8 Feb 2016 10:54:28 -0500 From: Paul Gortmaker To: Arnd Bergmann CC: , Rob Herring , Frank Rowand , Grant Likely , Subject: Re: [PATCH 2/5] drivers/of: add EXPORT_SYMBOL to of_irq_count Message-ID: <20160208155428.GW23093@windriver.com> References: <1454889644-27830-1-git-send-email-paul.gortmaker@windriver.com> <1454889644-27830-3-git-send-email-paul.gortmaker@windriver.com> <2848200.MLs7SEvRJG@wuerfel> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <2848200.MLs7SEvRJG@wuerfel> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org [Re: [PATCH 2/5] drivers/of: add EXPORT_SYMBOL to of_irq_count] On 08/02/2016 (Mon 10:56) Arnd Bergmann wrote: > On Sunday 07 February 2016 19:00:41 Paul Gortmaker wrote: > > diff --git a/drivers/of/irq.c b/drivers/of/irq.c > > index 7ee21ae305ae..0d714748a571 100644 > > --- a/drivers/of/irq.c > > +++ b/drivers/of/irq.c > > @@ -449,6 +449,7 @@ int of_irq_count(struct device_node *dev) > > > > return nr; > > } > > +EXPORT_SYMBOL(of_irq_count); > > > > /** > > * of_irq_to_resource_table - Fill in resource table with node's IRQ info > > -- > > > > I think the drivers should be changed to call platform_irq_count() instead. I'll look into that and see if it works. P. -- > > Arnd