diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-07-12 01:43:08 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-07-12 01:43:08 +0000 |
commit | f4ae78d536e6dfaeb24c01b331fc38d950ed062b (patch) | |
tree | 6930a78aa7cc4ee1829d50d3bcbaf0dbe9e2e905 /drivers/net/sonic.c | |
parent | 66f20d0f9bd86dc11f3869d78f3c5749789323ee (diff) |
Merge with 2.4.0-test4-pre2.
Diffstat (limited to 'drivers/net/sonic.c')
-rw-r--r-- | drivers/net/sonic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/sonic.c b/drivers/net/sonic.c index b0c6d6615..5480ec0ff 100644 --- a/drivers/net/sonic.c +++ b/drivers/net/sonic.c @@ -377,7 +377,7 @@ sonic_rx(struct net_device *dev) * Get the current statistics. * This may be called with the device open or closed. */ -static struct enet_statistics * +static struct net_device_stats * sonic_get_stats(struct net_device *dev) { struct sonic_local *lp = (struct sonic_local *)dev->priv; |