From 976b4f85a84cbb27ab308defb727495752a10ac0 Mon Sep 17 00:00:00 2001
From: Thomas Chou <thomas@wytron.com.tw>
Date: Sun, 25 Nov 2007 20:10:11 +0800
Subject: [PATCH] net: add missing open-eth and mtip1000 proto

Igor Opencore Ethernet driver needs this.

Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
---
 linux-2.6.x/drivers/net/Space.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/linux-2.6.x/drivers/net/Space.c b/linux-2.6.x/drivers/net/Space.c
index 9186ea0..f3942fa 100644
--- a/linux-2.6.x/drivers/net/Space.c
+++ b/linux-2.6.x/drivers/net/Space.c
@@ -73,6 +73,8 @@ extern struct net_device *sonic_probe(int unit);
 extern struct net_device *SK_init(int unit);
 extern struct net_device *seeq8005_probe(int unit);
 extern struct net_device *smc_init(int unit);
+extern struct net_device *oeth_init(int unit);
+extern struct net_device *mtip1000_init(int unit);
 extern struct net_device *dm9ks_probe(int unit);
 extern struct net_device *atarilance_probe(int unit);
 extern struct net_device *sun3lance_probe(int unit);
-- 
1.5.3.3

