From mboxrd@z Thu Jan 1 00:00:00 1970 From: Qais Yousef Subject: Re: [PATCH] Revert "of/irq: make of_irq_find_parent static" Date: Thu, 3 Dec 2015 09:40:39 +0000 Message-ID: <56600E17.7060408@imgtec.com> References: <1449072887-2734-1-git-send-email-qais.yousef@imgtec.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Rob Herring , Jonas Gorski , Carlo Caione Cc: "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Frank Rowand , Grant Likely , David Daney List-Id: devicetree@vger.kernel.org On 12/02/2015 05:10 PM, Rob Herring wrote: > +Carlo > > On Wed, Dec 2, 2015 at 10:32 AM, Jonas Gorski wrote: >> Make the revert part of the series that needs it, so it won't get >> moved again because of no external users. > There's 2 cases[1] wanting it, so I'm planning to apply for 4.4 since > we removed it in 4.4. > > Reverting is perhaps the wrong thing as it conflicts, also needs an > EXPORT_SYMBOL, and needs to be moved for !OF_IRQ builds as pointed out > below. I don't need the EXPORT_SYMBOL() in my case since I'm using it from ARCH code. > [1] http://www.spinics.net/lists/arm-kernel/msg464847.html Looks like it's already sorted then. I'll pull in this patch and test it. Thanks, Qais