From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 18371DDE16 for ; Tue, 6 Feb 2007 07:14:41 +1100 (EST) Subject: Re: [PATCH] Missing include in include/asm-powerpc/prom.h From: Benjamin Herrenschmidt To: Mathieu Desnoyers In-Reply-To: <20070205142905.GA31392@Krystal> References: <20070205142905.GA31392@Krystal> Content-Type: text/plain Date: Tue, 06 Feb 2007 07:14:29 +1100 Message-Id: <1170706469.2620.124.camel@localhost.localdomain> Mime-Version: 1.0 Cc: Andrew Morton , linuxppc-dev@ozlabs.org, paulus@samba.org, linux-kernel@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 2007-02-05 at 09:29 -0500, Mathieu Desnoyers wrote: > Missing include in include/asm-powerpc/prom.h > > include/asm-powerpc/prom.h needs to include asm/irq.h because it uses > irq_of_parse_and_map and NO_IRQ. It applies on 2.6.20. I'd rather not do that.... better to move of_irq_to_resource() to prom_parse.c Ben