diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2014-01-08 15:32:47 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-01-16 14:53:26 -0500 |
commit | a81ab36bf52d0ca3a32251a923be1dbced726141 (patch) | |
tree | 74e2c2b33511f5d665ed94243259579d699a4b8f /drivers/net/ethernet/smsc | |
parent | 5ff1dd24168c6dda68d72897a847c364581744ae (diff) |
drivers/net: delete non-required instances of include <linux/init.h>
None of these files are actually using any __init type directives
and hence don't need to include <linux/init.h>. Most are just a
left over from __devinit and __cpuinit removal, or simply due to
code getting copied from one driver to the next.
This covers everything under drivers/net except for wireless, which
has been submitted separately.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/smsc')
-rw-r--r-- | drivers/net/ethernet/smsc/smc911x.c | 1 | ||||
-rw-r--r-- | drivers/net/ethernet/smsc/smc91c92_cs.c | 1 | ||||
-rw-r--r-- | drivers/net/ethernet/smsc/smc91x.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/ethernet/smsc/smc911x.c b/drivers/net/ethernet/smsc/smc911x.c index 5a4278d1f7d0..c50fb08c9905 100644 --- a/drivers/net/ethernet/smsc/smc911x.c +++ b/drivers/net/ethernet/smsc/smc911x.c | |||
@@ -54,7 +54,6 @@ static const char version[] = | |||
54 | ) | 54 | ) |
55 | #endif | 55 | #endif |
56 | 56 | ||
57 | #include <linux/init.h> | ||
58 | #include <linux/module.h> | 57 | #include <linux/module.h> |
59 | #include <linux/kernel.h> | 58 | #include <linux/kernel.h> |
60 | #include <linux/sched.h> | 59 | #include <linux/sched.h> |
diff --git a/drivers/net/ethernet/smsc/smc91c92_cs.c b/drivers/net/ethernet/smsc/smc91c92_cs.c index 8ef70d9c20c1..c7a4868571f9 100644 --- a/drivers/net/ethernet/smsc/smc91c92_cs.c +++ b/drivers/net/ethernet/smsc/smc91c92_cs.c | |||
@@ -29,7 +29,6 @@ | |||
29 | 29 | ||
30 | #include <linux/module.h> | 30 | #include <linux/module.h> |
31 | #include <linux/kernel.h> | 31 | #include <linux/kernel.h> |
32 | #include <linux/init.h> | ||
33 | #include <linux/slab.h> | 32 | #include <linux/slab.h> |
34 | #include <linux/string.h> | 33 | #include <linux/string.h> |
35 | #include <linux/timer.h> | 34 | #include <linux/timer.h> |
diff --git a/drivers/net/ethernet/smsc/smc91x.c b/drivers/net/ethernet/smsc/smc91x.c index a6a9e1ebe30c..839c0e6cca01 100644 --- a/drivers/net/ethernet/smsc/smc91x.c +++ b/drivers/net/ethernet/smsc/smc91x.c | |||
@@ -65,7 +65,6 @@ static const char version[] = | |||
65 | #endif | 65 | #endif |
66 | 66 | ||
67 | 67 | ||
68 | #include <linux/init.h> | ||
69 | #include <linux/module.h> | 68 | #include <linux/module.h> |
70 | #include <linux/kernel.h> | 69 | #include <linux/kernel.h> |
71 | #include <linux/sched.h> | 70 | #include <linux/sched.h> |