Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21206
b: refs/heads/master
c: 8272997
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro committed Jan 29, 2006
1 parent 827fcc3 commit c9b35a7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ded5ca1f3b9ffa464fe5d4744fd09bba753ff4b7
refs/heads/master: 82729971e0f8ccf1f15567cc4f2c5389e0659eb2
3 changes: 3 additions & 0 deletions trunk/drivers/net/tulip/xircom_cb.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@

#include <asm/uaccess.h>
#include <asm/io.h>
#ifdef CONFIG_NET_POLL_CONTROLLER
#include <asm/irq.h>
#endif

#ifdef DEBUG
#define enter(x) printk("Enter: %s, %s line %i\n",x,__FILE__,__LINE__)
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/net/wan/hostess_sv11.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#include <linux/ioport.h>
#include <net/arp.h>

#include <asm/irq.h>
#include <asm/io.h>
#include <asm/dma.h>
#include <asm/byteorder.h>
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/net/wan/sealevel.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include <linux/init.h>
#include <net/arp.h>

#include <asm/irq.h>
#include <asm/io.h>
#include <asm/dma.h>
#include <asm/byteorder.h>
Expand Down

0 comments on commit c9b35a7

Please sign in to comment.