From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S271080AbTHCNQi (ORCPT ); Sun, 3 Aug 2003 09:16:38 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S271177AbTHCNQh (ORCPT ); Sun, 3 Aug 2003 09:16:37 -0400 Received: from hermes.fachschaften.tu-muenchen.de ([129.187.202.12]:10983 "HELO hermes.fachschaften.tu-muenchen.de") by vger.kernel.org with SMTP id S271080AbTHCNQg (ORCPT ); Sun, 3 Aug 2003 09:16:36 -0400 Date: Sun, 3 Aug 2003 15:16:30 +0200 From: Adrian Bunk To: Marcelo Tosatti , Marc-Christian Petersen Cc: linux-kernel@vger.kernel.org Subject: [patch] 2.4.22-pre10: fix circular dependency Message-ID: <20030803131630.GW16426@fs.tum.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Aug 01, 2003 at 01:19:11PM -0300, Marcelo Tosatti wrote: >... > Summary of changes from v2.4.22-pre9 to v2.4.22-pre10 > ============================================ >... > Marc-Christian Petersen: >... > o Fix irq handling of IO-APIC edge IRQs on UP >... This patch adds for no good reason two #include's to include/asm-i386/hw_irq.h resulting in a circular dependency between headers. The patch below removes these #include's again. I've tested the compilation with 2.4.22-pre10. cu Adrian --- linux-2.4.22-pre10-full/include/asm-i386/hw_irq.h.old 2003-08-03 01:34:22.000000000 +0200 +++ linux-2.4.22-pre10-full/include/asm-i386/hw_irq.h 2003-08-03 01:34:57.000000000 +0200 @@ -13,10 +13,8 @@ */ #include -#include #include #include -#include /* * IDT vectors usable for external interrupt sources start