Skip to content

Commit

Permalink
[PATCH] missing asm/irq.h (cs89x0)
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Al Viro authored and Linus Torvalds committed Sep 27, 2005
1 parent e2fcc61 commit 7625d48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/cs89x0.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@

#include <asm/system.h>
#include <asm/io.h>
#include <asm/irq.h>
#if ALLOW_DMA
#include <asm/dma.h>
#endif
Expand Down

0 comments on commit 7625d48

Please sign in to comment.