]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/net/atl1c/atl1c.h
Merge tag 'v2.6.37' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[mv-sheeva.git] / drivers / net / atl1c / atl1c.h
index 52abbbdf8a08c46df73b8e83d2566fe741f8043d..9ab58097fa2e794fe46b8e1547d7bd762153a8f7 100644 (file)
@@ -559,7 +559,6 @@ struct atl1c_adapter {
        struct napi_struct  napi;
        struct atl1c_hw        hw;
        struct atl1c_hw_stats  hw_stats;
-       struct net_device_stats net_stats;
        struct mii_if_info  mii;    /* MII interface info */
        u16 rx_buffer_len;
 
@@ -632,8 +631,6 @@ struct atl1c_adapter {
 extern char atl1c_driver_name[];
 extern char atl1c_driver_version[];
 
-extern int atl1c_up(struct atl1c_adapter *adapter);
-extern void atl1c_down(struct atl1c_adapter *adapter);
 extern void atl1c_reinit_locked(struct atl1c_adapter *adapter);
 extern s32 atl1c_reset_hw(struct atl1c_hw *hw);
 extern void atl1c_set_ethtool_ops(struct net_device *netdev);