diff options
Diffstat (limited to 'drivers/net/ethernet/atheros')
-rw-r--r-- | drivers/net/ethernet/atheros/atl1c/atl1c.h | 6 | ||||
-rw-r--r-- | drivers/net/ethernet/atheros/atl1e/atl1e.h | 12 | ||||
-rw-r--r-- | drivers/net/ethernet/atheros/atlx/atl2.h | 2 |
3 files changed, 10 insertions, 10 deletions
diff --git a/drivers/net/ethernet/atheros/atl1c/atl1c.h b/drivers/net/ethernet/atheros/atl1c/atl1c.h index 0f0556526ba9..7f9369a3b378 100644 --- a/drivers/net/ethernet/atheros/atl1c/atl1c.h +++ b/drivers/net/ethernet/atheros/atl1c/atl1c.h | |||
@@ -600,7 +600,7 @@ struct atl1c_adapter { | |||
600 | extern char atl1c_driver_name[]; | 600 | extern char atl1c_driver_name[]; |
601 | extern char atl1c_driver_version[]; | 601 | extern char atl1c_driver_version[]; |
602 | 602 | ||
603 | extern void atl1c_reinit_locked(struct atl1c_adapter *adapter); | 603 | void atl1c_reinit_locked(struct atl1c_adapter *adapter); |
604 | extern s32 atl1c_reset_hw(struct atl1c_hw *hw); | 604 | s32 atl1c_reset_hw(struct atl1c_hw *hw); |
605 | extern void atl1c_set_ethtool_ops(struct net_device *netdev); | 605 | void atl1c_set_ethtool_ops(struct net_device *netdev); |
606 | #endif /* _ATL1C_H_ */ | 606 | #endif /* _ATL1C_H_ */ |
diff --git a/drivers/net/ethernet/atheros/atl1e/atl1e.h b/drivers/net/ethernet/atheros/atl1e/atl1e.h index b5fd934585e9..1b0fe2d04a0e 100644 --- a/drivers/net/ethernet/atheros/atl1e/atl1e.h +++ b/drivers/net/ethernet/atheros/atl1e/atl1e.h | |||
@@ -499,10 +499,10 @@ struct atl1e_adapter { | |||
499 | extern char atl1e_driver_name[]; | 499 | extern char atl1e_driver_name[]; |
500 | extern char atl1e_driver_version[]; | 500 | extern char atl1e_driver_version[]; |
501 | 501 | ||
502 | extern void atl1e_check_options(struct atl1e_adapter *adapter); | 502 | void atl1e_check_options(struct atl1e_adapter *adapter); |
503 | extern int atl1e_up(struct atl1e_adapter *adapter); | 503 | int atl1e_up(struct atl1e_adapter *adapter); |
504 | extern void atl1e_down(struct atl1e_adapter *adapter); | 504 | void atl1e_down(struct atl1e_adapter *adapter); |
505 | extern void atl1e_reinit_locked(struct atl1e_adapter *adapter); | 505 | void atl1e_reinit_locked(struct atl1e_adapter *adapter); |
506 | extern s32 atl1e_reset_hw(struct atl1e_hw *hw); | 506 | s32 atl1e_reset_hw(struct atl1e_hw *hw); |
507 | extern void atl1e_set_ethtool_ops(struct net_device *netdev); | 507 | void atl1e_set_ethtool_ops(struct net_device *netdev); |
508 | #endif /* _ATL1_E_H_ */ | 508 | #endif /* _ATL1_E_H_ */ |
diff --git a/drivers/net/ethernet/atheros/atlx/atl2.h b/drivers/net/ethernet/atheros/atlx/atl2.h index 3ebe19f7242b..2f27d4c4c3ad 100644 --- a/drivers/net/ethernet/atheros/atlx/atl2.h +++ b/drivers/net/ethernet/atheros/atlx/atl2.h | |||
@@ -42,7 +42,7 @@ | |||
42 | #include "atlx.h" | 42 | #include "atlx.h" |
43 | 43 | ||
44 | #ifdef ETHTOOL_OPS_COMPAT | 44 | #ifdef ETHTOOL_OPS_COMPAT |
45 | extern int ethtool_ioctl(struct ifreq *ifr); | 45 | int ethtool_ioctl(struct ifreq *ifr); |
46 | #endif | 46 | #endif |
47 | 47 | ||
48 | #define PCI_COMMAND_REGISTER PCI_COMMAND | 48 | #define PCI_COMMAND_REGISTER PCI_COMMAND |