Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752231AbcCGHj4 (ORCPT ); Mon, 7 Mar 2016 02:39:56 -0500 Received: from mail-oi0-f47.google.com ([209.85.218.47]:34472 "EHLO mail-oi0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752077AbcCGHjt (ORCPT ); Mon, 7 Mar 2016 02:39:49 -0500 MIME-Version: 1.0 In-Reply-To: <1457017012-10628-1-git-send-email-qnguyen@apm.com> References: <1457017012-10628-1-git-send-email-qnguyen@apm.com> Date: Mon, 7 Mar 2016 14:39:48 +0700 Message-ID: Subject: Re: [PATCH] genirq: Export IRQ functions for module use From: Linus Walleij To: Quan Nguyen Cc: Loc Ho , Phong Vo , Keyur Chudgar , Thomas Gleixner , Jiang Liu , Marc Zyngier , "linux-kernel@vger.kernel.org" , patches Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 746 Lines: 22 On Thu, Mar 3, 2016 at 9:56 PM, Quan Nguyen wrote: > Export list of functions below to build gpio-xgene-sb driver as module > + irq_chip_*_parent() > + irq_domain_create_hierarchy(), > + irq_domain_set_hwirq_and_chip(), > + irq_domain_reset_irq_data(), > + irq_domain_alloc/free_irqs_parent() > > Signed-off-by: Quan Nguyen > Link: https://lists.01.org/pipermail/kbuild-all/2016-February/017914.html Seems like the right solution if we should have run-time loaded IRQchips. Acked-by: Linus Walleij This causes a build error in -next so if it's not solved before the merge window we may have to mark the xgene standby driver as bool to overcome the problem. Yours, Linus Walleij