Commit 8ef2175c authored by David S. Miller's avatar David S. Miller

sunbmac: Convert to pure OF driver.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 9e6b6e7d
This diff is collapsed.
...@@ -329,8 +329,8 @@ struct bigmac { ...@@ -329,8 +329,8 @@ struct bigmac {
unsigned int timer_ticks; unsigned int timer_ticks;
struct net_device_stats enet_stats; struct net_device_stats enet_stats;
struct sbus_dev *qec_sdev; struct of_device *qec_op;
struct sbus_dev *bigmac_sdev; struct of_device *bigmac_op;
struct net_device *dev; struct net_device *dev;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment