diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2006-06-23 21:48:04 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-06-24 02:16:02 -0400 |
commit | 52a34c7fe43afcbcd0e1ecfdef6b3dfdb9a90180 (patch) | |
tree | 8977d6e367aa344e1d7a1ce008265af3a6848370 /drivers/net/sunbmac.h | |
parent | c2d81e63ced3e81b8b71087b9af44da26171ba36 (diff) |
[NET] sunbmac: Convert over to new SBUS device framework.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/sunbmac.h')
-rw-r--r-- | drivers/net/sunbmac.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/sunbmac.h b/drivers/net/sunbmac.h index b0dbc5187143..b563d3c2993e 100644 --- a/drivers/net/sunbmac.h +++ b/drivers/net/sunbmac.h | |||
@@ -332,7 +332,6 @@ struct bigmac { | |||
332 | struct sbus_dev *qec_sdev; | 332 | struct sbus_dev *qec_sdev; |
333 | struct sbus_dev *bigmac_sdev; | 333 | struct sbus_dev *bigmac_sdev; |
334 | struct net_device *dev; | 334 | struct net_device *dev; |
335 | struct bigmac *next_module; | ||
336 | }; | 335 | }; |
337 | 336 | ||
338 | /* We use this to acquire receive skb's that we can DMA directly into. */ | 337 | /* We use this to acquire receive skb's that we can DMA directly into. */ |