diff options
author | David S. Miller <davem@davemloft.net> | 2008-08-27 08:40:25 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-08-29 11:13:33 +0200 |
commit | 8ef2175c86821350775718bfe7d3490bbea2e3cf (patch) | |
tree | 78a2e9eda023a84acb67d2c7ab595bfe05820bd1 /drivers/net/sunbmac.h | |
parent | myri_sbus: Convert to pure OF driver. (diff) | |
download | linux-8ef2175c86821350775718bfe7d3490bbea2e3cf.tar.xz linux-8ef2175c86821350775718bfe7d3490bbea2e3cf.zip |
sunbmac: Convert to pure OF driver.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/sunbmac.h')
-rw-r--r-- | drivers/net/sunbmac.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/sunbmac.h b/drivers/net/sunbmac.h index b563d3c2993e..8840bc0b840b 100644 --- a/drivers/net/sunbmac.h +++ b/drivers/net/sunbmac.h @@ -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; }; |