Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 22 Nov 2002 10:14:27 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 22 Nov 2002 10:14:27 -0500 Received: from ip68-0-152-218.tc.ph.cox.net ([68.0.152.218]:19175 "EHLO Bill-The-Cat.bloom.county") by vger.kernel.org with ESMTP id ; Fri, 22 Nov 2002 10:14:24 -0500 Date: Fri, 22 Nov 2002 08:21:32 -0700 From: Tom Rini To: Linus Torvalds , Kernel Mailing List Subject: [PATCH][RESEND] Add back in and to Message-ID: <20021122152132.GP779@opus.bloom.county> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1335 Lines: 37 The following trivial patch adds back and to . Without it, is relying on to be implicitly included for smb_mb to be defined, and to be implicitly included for asmlinkage/FASTCALL/etc. Apparently RMK sent a similar patch, which did not add in . That patch is incomplete since directly uses FASTCALL, asmlinkage, etc, and on some arches will not be implicitly included. -- Tom Rini (TR1265) http://gate.crashing.org/~trini/ ===== include/linux/interrupt.h 1.17 vs edited ===== --- 1.17/include/linux/interrupt.h Sun Nov 17 09:23:25 2002 +++ edited/include/linux/interrupt.h Tue Nov 19 11:35:47 2002 @@ -3,11 +3,13 @@ #define _LINUX_INTERRUPT_H #include +#include #include #include #include #include #include +#include struct irqaction { void (*handler)(int, void *, struct pt_regs *); - 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/