diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-02-25 20:50:34 -0500 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-02-27 04:21:25 -0500 |
commit | 92b0c4e240d0768f875bd08d01ec26d87b9546d1 (patch) | |
tree | e2ab2a510ba93237cc259a53562dc7a2cf01998e /drivers | |
parent | e9eb70c92143c8f03e456aa60d89204b3311e554 (diff) |
sgiseeq: Don't include unnecessary headerfiles.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/sgiseeq.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/net/sgiseeq.c b/drivers/net/sgiseeq.c index a833e7f9757f..52ed522a234c 100644 --- a/drivers/net/sgiseeq.c +++ b/drivers/net/sgiseeq.c | |||
@@ -12,26 +12,15 @@ | |||
12 | #include <linux/init.h> | 12 | #include <linux/init.h> |
13 | #include <linux/types.h> | 13 | #include <linux/types.h> |
14 | #include <linux/interrupt.h> | 14 | #include <linux/interrupt.h> |
15 | #include <linux/ioport.h> | ||
16 | #include <linux/socket.h> | ||
17 | #include <linux/in.h> | ||
18 | #include <linux/route.h> | ||
19 | #include <linux/slab.h> | 15 | #include <linux/slab.h> |
20 | #include <linux/string.h> | 16 | #include <linux/string.h> |
21 | #include <linux/delay.h> | 17 | #include <linux/delay.h> |
22 | #include <linux/netdevice.h> | 18 | #include <linux/netdevice.h> |
23 | #include <linux/etherdevice.h> | 19 | #include <linux/etherdevice.h> |
24 | #include <linux/skbuff.h> | 20 | #include <linux/skbuff.h> |
25 | #include <linux/bitops.h> | ||
26 | 21 | ||
27 | #include <asm/byteorder.h> | ||
28 | #include <asm/io.h> | ||
29 | #include <asm/system.h> | ||
30 | #include <asm/page.h> | ||
31 | #include <asm/pgtable.h> | ||
32 | #include <asm/sgi/hpc3.h> | 22 | #include <asm/sgi/hpc3.h> |
33 | #include <asm/sgi/ip22.h> | 23 | #include <asm/sgi/ip22.h> |
34 | #include <asm/sgialib.h> | ||
35 | 24 | ||
36 | #include "sgiseeq.h" | 25 | #include "sgiseeq.h" |
37 | 26 | ||