sunbmac: Convert to pure OF driver.

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller
2008-08-26 23:40:25 -07:00
parent 9e6b6e7d8e
commit 8ef2175c86
2 changed files with 70 additions and 88 deletions

View File

@ -329,8 +329,8 @@ struct bigmac {
unsigned int timer_ticks;
struct net_device_stats enet_stats;
struct sbus_dev *qec_sdev;
struct sbus_dev *bigmac_sdev;
struct of_device *qec_op;
struct of_device *bigmac_op;
struct net_device *dev;
};