diff options
author | Stephen Hemminger <shemminger@linux-foundation.org> | 2009-03-26 15:11:25 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-03-27 00:46:44 -0700 |
commit | ac99533fb716171db12798039671f19631cf3586 (patch) | |
tree | 1cc931278f4dba812c816aed3db16ab8194be6af /include/linux/if_frad.h | |
parent | f70d59492ed8bc1d74b364ebe2b97ef6705910b1 (diff) |
wan: convert sdla driver to net_device_ops
Also use internal net_device_stats
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/if_frad.h')
-rw-r--r-- | include/linux/if_frad.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/if_frad.h b/include/linux/if_frad.h index 60e16a551dd6..673f2209453d 100644 --- a/include/linux/if_frad.h +++ b/include/linux/if_frad.h @@ -153,7 +153,6 @@ struct frhdr struct dlci_local { - struct net_device_stats stats; struct net_device *master; struct net_device *slave; struct dlci_conf config; |