Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753575AbbDMJLV (ORCPT ); Mon, 13 Apr 2015 05:11:21 -0400 Received: from mail.kmu-office.ch ([178.209.48.109]:38683 "EHLO mail.kmu-office.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753429AbbDMJLT (ORCPT ); Mon, 13 Apr 2015 05:11:19 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Date: Mon, 13 Apr 2015 11:10:21 +0200 From: Stefan Agner To: Jason Cooper Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Stephen Rothwell Subject: Re: linux-next: build failure after merge of the irqchip tree In-Reply-To: <20150413170539.2f20e0a8@canb.auug.org.au> References: <20150413170539.2f20e0a8@canb.auug.org.au> Message-ID: User-Agent: Roundcube Webmail/1.1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1135 Lines: 33 Hi Jason, On 2015-04-13 09:05, Stephen Rothwell wrote: > Hi Jason, > > After merging the irqchip tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > kernel/irq/generic-chip.c: In function 'irq_map_generic_chip': > kernel/irq/generic-chip.c:408:2: error: implicit declaration of > function 'irq_domain_set_info' [-Werror=implicit-function-declaration] > irq_domain_set_info(d, virq, hw_irq, chip, gc, ct->handler, NULL, NULL); > ^ Hm, sorry about that, I did not notice that this function is only available with domain hierarchy. I guess making domain hierarchy a dependency of genirq is a bit harsh... -- Stefan > > Caused by commit 3f6b2c298240 ("genirq: Generic chip: Support hierarchy > domain"). The only declaration of irq_domain_set_info() depends on > CONFIG_IRQ_DOMAIN_HIERARCHY. > > I have used the irqchip tree from next-20150410 fot today. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/