From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin Pool Date: Thu, 07 Aug 2003 07:31:02 +0000 Subject: Re: 2.6 PATCH: Fix include/asm-ia64/machvec.h Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org On 7 Aug 2003, "H. J. Lu" wrote: > include/asm-ia64/machvec.h has > > /* forward declarations: */ > ... > struct irq_desc; > ... > typedef struct irq_desc *ia64_mv_irq_desc (unsigned int); > > But struct irq_desc is never declared anywhere. Here is a patch to > fix it. I posted this yesterday and akpm accepted it. -- Martin