Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 13 Nov 2001 10:37:51 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 13 Nov 2001 10:37:41 -0500 Received: from [212.18.232.186] ([212.18.232.186]:7442 "EHLO caramon.arm.linux.org.uk") by vger.kernel.org with ESMTP id ; Tue, 13 Nov 2001 10:37:29 -0500 Date: Tue, 13 Nov 2001 15:37:15 +0000 From: Russell King To: Linus Torvalds Cc: Kernel Mailing List Subject: [PATCH] Re: Linux 2.4.15-pre4 - merge with Alan Message-ID: <20011113153715.A21298@flint.arm.linux.org.uk> In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from torvalds@transmeta.com on Mon, Nov 12, 2001 at 11:01:56AM -0800 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org The pesky linux/irq.h include found its way back into drivers/char/vt.c again (maybe Alan didn't merge it). linux/irq.h is not required by vt.c, and, since it includes asm/hw_irq.h which architectures many not provide, generic code should not be including this file in the first place. Here's a patch to fix this bogosity up: --- orig/drivers/char/vt.c Thu Nov 8 17:47:59 2001 +++ linux/drivers/char/vt.c Tue Nov 13 15:24:21 2001 @@ -24,7 +24,6 @@ #include #include #include -#include #include #include -- Russell King (rmk@arm.linux.org.uk) The developer of ARM Linux http://www.arm.linux.org.uk/personal/aboutme.html - 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/