projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2fcc61
)
[PATCH] missing asm/irq.h (cs89x0)
author
Al Viro
<viro@ftp.linux.org.uk>
Mon, 26 Sep 2005 04:25:59 +0000
(
05:25
+0100)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Tue, 27 Sep 2005 01:29:49 +0000
(18:29 -0700)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/net/cs89x0.c
patch
|
blob
|
history
diff --git
a/drivers/net/cs89x0.c
b/drivers/net/cs89x0.c
index
cdc07cc
..
a6078ad
100644
(file)
--- 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