diff options
author | Jochen Friedrich <jochen@scram.de> | 2005-08-19 09:51:46 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-08-19 21:06:23 -0400 |
commit | 3d52365c4f62edb9ff9710e1c57952e957b2879f (patch) | |
tree | b18259c6cda8cd449dbbf600708012458a322678 /drivers/net/Space.c | |
parent | 84c3ea01d163a24323d827e1d280dc3346905972 (diff) |
[PATCH] tms380tr: remove prototypes in Space.c
Cleanup: remove two prototypes.
Signed-off-by: Jochen Friedrich <jochen@scram.de>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Diffstat (limited to 'drivers/net/Space.c')
-rw-r--r-- | drivers/net/Space.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/Space.c b/drivers/net/Space.c index 11c44becc08f..b28e5fde0b9e 100644 --- a/drivers/net/Space.c +++ b/drivers/net/Space.c | |||
@@ -318,8 +318,6 @@ static void __init ethif_probe2(int unit) | |||
318 | #ifdef CONFIG_TR | 318 | #ifdef CONFIG_TR |
319 | /* Token-ring device probe */ | 319 | /* Token-ring device probe */ |
320 | extern int ibmtr_probe_card(struct net_device *); | 320 | extern int ibmtr_probe_card(struct net_device *); |
321 | extern struct net_device *sk_isa_probe(int unit); | ||
322 | extern struct net_device *proteon_probe(int unit); | ||
323 | extern struct net_device *smctr_probe(int unit); | 321 | extern struct net_device *smctr_probe(int unit); |
324 | 322 | ||
325 | static struct devprobe2 tr_probes2[] __initdata = { | 323 | static struct devprobe2 tr_probes2[] __initdata = { |