Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 19 Nov 2002 13:44:38 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 19 Nov 2002 13:44:05 -0500 Received: from ip68-105-128-224.tc.ph.cox.net ([68.105.128.224]:48863 "EHLO Bill-The-Cat.bloom.county") by vger.kernel.org with ESMTP id ; Tue, 19 Nov 2002 13:42:58 -0500 Date: Tue, 19 Nov 2002 11:50:00 -0700 From: Tom Rini To: Linus Torvalds , Kernel Mailing List , Trivial Patch Monkey Subject: [PATCH][TRIVIAL] Add back in and to Message-ID: <20021119184959.GF779@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: 1094 Lines: 32 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. -- 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/