diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2005-09-26 05:25:59 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-26 18:29:49 -0700 |
commit | 7625d483a454cbc8090c5d304eea0847210d6b99 (patch) | |
tree | 81d992fb9946564c7fabc614baa777337cbebe3b /drivers/net/cs89x0.c | |
parent | e2fcc61ef0d654887b651bd99ffcb52f7344b836 (diff) | |
download | op-kernel-dev-7625d483a454cbc8090c5d304eea0847210d6b99.zip op-kernel-dev-7625d483a454cbc8090c5d304eea0847210d6b99.tar.gz |
[PATCH] missing asm/irq.h (cs89x0)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/net/cs89x0.c')
-rw-r--r-- | drivers/net/cs89x0.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |