commit | 7625d483a454cbc8090c5d304eea0847210d6b99 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@ftp.linux.org.uk> | Mon Sep 26 05:25:59 2005 +0100 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Sep 26 18:29:49 2005 -0700 |
tree | 81d992fb9946564c7fabc614baa777337cbebe3b | |
parent | e2fcc61ef0d654887b651bd99ffcb52f7344b836 [diff] [blame] |
[PATCH] missing asm/irq.h (cs89x0) Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
diff --git a/drivers/net/cs89x0.c b/drivers/net/cs89x0.c index cdc07cc..a6078ad 100644 --- a/drivers/net/cs89x0.c +++ b/drivers/net/cs89x0.c
@@ -140,6 +140,7 @@ #include <asm/system.h> #include <asm/io.h> +#include <asm/irq.h> #if ALLOW_DMA #include <asm/dma.h> #endif