aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-01-01 08:15:01 -0500
committerDavid S. Miller <davem@davemloft.net>2011-01-03 14:06:35 -0500
commitf08c3117c349ea56bd57be347b0b5f8be8c3143c (patch)
treee0a2f0c2872014c03c0c3550536aeb938f7d297b /drivers
parent40cd201e37073b3e2281cf2c73fcf5674f22267f (diff)
net/Space: delete orphaned externs from deleted drivers
The drivers associated with the prototypes in this commit have been deleted some time ago, but the externs escaped detection. Using a simple "git grep" shows that these references are historical artefacts, only mentioned by the deleted lines. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/Space.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/net/Space.c b/drivers/net/Space.c
index 9bb405bd664..068c3563e00 100644
--- a/drivers/net/Space.c
+++ b/drivers/net/Space.c
@@ -55,8 +55,6 @@ extern struct net_device *eth16i_probe(int unit);
55extern struct net_device *i82596_probe(int unit); 55extern struct net_device *i82596_probe(int unit);
56extern struct net_device *ewrk3_probe(int unit); 56extern struct net_device *ewrk3_probe(int unit);
57extern struct net_device *el1_probe(int unit); 57extern struct net_device *el1_probe(int unit);
58extern struct net_device *wavelan_probe(int unit);
59extern struct net_device *arlan_probe(int unit);
60extern struct net_device *el16_probe(int unit); 58extern struct net_device *el16_probe(int unit);
61extern struct net_device *elmc_probe(int unit); 59extern struct net_device *elmc_probe(int unit);
62extern struct net_device *elplus_probe(int unit); 60extern struct net_device *elplus_probe(int unit);
@@ -68,7 +66,6 @@ extern struct net_device *ni5010_probe(int unit);
68extern struct net_device *ni52_probe(int unit); 66extern struct net_device *ni52_probe(int unit);
69extern struct net_device *ni65_probe(int unit); 67extern struct net_device *ni65_probe(int unit);
70extern struct net_device *sonic_probe(int unit); 68extern struct net_device *sonic_probe(int unit);
71extern struct net_device *SK_init(int unit);
72extern struct net_device *seeq8005_probe(int unit); 69extern struct net_device *seeq8005_probe(int unit);
73extern struct net_device *smc_init(int unit); 70extern struct net_device *smc_init(int unit);
74extern struct net_device *atarilance_probe(int unit); 71extern struct net_device *atarilance_probe(int unit);
@@ -76,8 +73,6 @@ extern struct net_device *sun3lance_probe(int unit);
76extern struct net_device *sun3_82586_probe(int unit); 73extern struct net_device *sun3_82586_probe(int unit);
77extern struct net_device *apne_probe(int unit); 74extern struct net_device *apne_probe(int unit);
78extern struct net_device *cs89x0_probe(int unit); 75extern struct net_device *cs89x0_probe(int unit);
79extern struct net_device *hplance_probe(int unit);
80extern struct net_device *bagetlance_probe(int unit);
81extern struct net_device *mvme147lance_probe(int unit); 76extern struct net_device *mvme147lance_probe(int unit);
82extern struct net_device *tc515_probe(int unit); 77extern struct net_device *tc515_probe(int unit);
83extern struct net_device *lance_probe(int unit); 78extern struct net_device *lance_probe(int unit);