diff options
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/arm/ether1.c | 3 | ||||
-rw-r--r-- | drivers/net/arm/ether3.c | 3 | ||||
-rw-r--r-- | drivers/net/arm/etherh.c | 1 |
3 files changed, 2 insertions, 5 deletions
diff --git a/drivers/net/arm/ether1.c b/drivers/net/arm/ether1.c index f21148e7b579..80f33b6d5713 100644 --- a/drivers/net/arm/ether1.c +++ b/drivers/net/arm/ether1.c | |||
@@ -36,7 +36,6 @@ | |||
36 | #include <linux/types.h> | 36 | #include <linux/types.h> |
37 | #include <linux/fcntl.h> | 37 | #include <linux/fcntl.h> |
38 | #include <linux/interrupt.h> | 38 | #include <linux/interrupt.h> |
39 | #include <linux/ptrace.h> | ||
40 | #include <linux/ioport.h> | 39 | #include <linux/ioport.h> |
41 | #include <linux/in.h> | 40 | #include <linux/in.h> |
42 | #include <linux/slab.h> | 41 | #include <linux/slab.h> |
@@ -75,7 +74,7 @@ static void ether1_timeout(struct net_device *dev); | |||
75 | 74 | ||
76 | /* ------------------------------------------------------------------------- */ | 75 | /* ------------------------------------------------------------------------- */ |
77 | 76 | ||
78 | static char version[] __initdata = "ether1 ethernet driver (c) 2000 Russell King v1.07\n"; | 77 | static char version[] __devinitdata = "ether1 ethernet driver (c) 2000 Russell King v1.07\n"; |
79 | 78 | ||
80 | #define BUS_16 16 | 79 | #define BUS_16 16 |
81 | #define BUS_8 8 | 80 | #define BUS_8 8 |
diff --git a/drivers/net/arm/ether3.c b/drivers/net/arm/ether3.c index a7cac695a9bd..3805506a3ab8 100644 --- a/drivers/net/arm/ether3.c +++ b/drivers/net/arm/ether3.c | |||
@@ -51,7 +51,6 @@ | |||
51 | #include <linux/types.h> | 51 | #include <linux/types.h> |
52 | #include <linux/fcntl.h> | 52 | #include <linux/fcntl.h> |
53 | #include <linux/interrupt.h> | 53 | #include <linux/interrupt.h> |
54 | #include <linux/ptrace.h> | ||
55 | #include <linux/ioport.h> | 54 | #include <linux/ioport.h> |
56 | #include <linux/in.h> | 55 | #include <linux/in.h> |
57 | #include <linux/slab.h> | 56 | #include <linux/slab.h> |
@@ -69,7 +68,7 @@ | |||
69 | #include <asm/ecard.h> | 68 | #include <asm/ecard.h> |
70 | #include <asm/io.h> | 69 | #include <asm/io.h> |
71 | 70 | ||
72 | static char version[] __initdata = "ether3 ethernet driver (c) 1995-2000 R.M.King v1.17\n"; | 71 | static char version[] __devinitdata = "ether3 ethernet driver (c) 1995-2000 R.M.King v1.17\n"; |
73 | 72 | ||
74 | #include "ether3.h" | 73 | #include "ether3.h" |
75 | 74 | ||
diff --git a/drivers/net/arm/etherh.c b/drivers/net/arm/etherh.c index 769ba69451f4..0d37d9d1fd78 100644 --- a/drivers/net/arm/etherh.c +++ b/drivers/net/arm/etherh.c | |||
@@ -31,7 +31,6 @@ | |||
31 | #include <linux/types.h> | 31 | #include <linux/types.h> |
32 | #include <linux/fcntl.h> | 32 | #include <linux/fcntl.h> |
33 | #include <linux/interrupt.h> | 33 | #include <linux/interrupt.h> |
34 | #include <linux/ptrace.h> | ||
35 | #include <linux/ioport.h> | 34 | #include <linux/ioport.h> |
36 | #include <linux/in.h> | 35 | #include <linux/in.h> |
37 | #include <linux/slab.h> | 36 | #include <linux/slab.h> |