diff options
Diffstat (limited to 'drivers/net/atlx/atl1.h')
-rw-r--r-- | drivers/net/atlx/atl1.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/atlx/atl1.h b/drivers/net/atlx/atl1.h index 12ec916d4c3f..6220298908ba 100644 --- a/drivers/net/atlx/atl1.h +++ b/drivers/net/atlx/atl1.h | |||
@@ -73,9 +73,6 @@ void atl1_check_options(struct atl1_adapter *adapter); | |||
73 | static int atl1_mii_ioctl(struct net_device *netdev, struct ifreq *ifr, | 73 | static int atl1_mii_ioctl(struct net_device *netdev, struct ifreq *ifr, |
74 | int cmd); | 74 | int cmd); |
75 | static u32 atl1_check_link(struct atl1_adapter *adapter); | 75 | static u32 atl1_check_link(struct atl1_adapter *adapter); |
76 | s32 atl1_up(struct atl1_adapter *adapter); | ||
77 | void atl1_down(struct atl1_adapter *adapter); | ||
78 | int atl1_reset(struct atl1_adapter *adapter); | ||
79 | 76 | ||
80 | extern const struct ethtool_ops atl1_ethtool_ops; | 77 | extern const struct ethtool_ops atl1_ethtool_ops; |
81 | 78 | ||