drop useless extern function declarations
authorAntony Pavlov <antonynpavlov@gmail.com>
Sun, 24 May 2015 20:46:36 +0000 (23:46 +0300)
committerAntony Pavlov <antonynpavlov@gmail.com>
Wed, 10 Jun 2015 21:47:42 +0000 (00:47 +0300)
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
u-boot/cpu/mips/ar7240/ag7240.c
u-boot/cpu/mips/ar7240/ag934x.c

index 191da09cc7659de18cf92038aab54cb0a1384009..6885025657a7fc63426c18bbb4c3a980168619ba 100644 (file)
@@ -30,19 +30,11 @@ ag7240_mac_t *ag7240_macs[CFG_AG7240_NMACS];
 
 extern void ar933x_sys_frequency(u32 *cpu_freq, u32 *ddr_freq, u32 *ahb_freq);
 
-extern int athrs26_phy_setup(int unit);
-extern int athrs26_phy_is_up(int unit);
-extern int athrs26_phy_is_fdx(int unit);
-extern int athrs26_phy_speed(int unit);
 extern void athrs26_reg_init(void);
 extern void athrs26_reg_init_lan(void);
 extern int athrs26_mdc_check(void);
 
 #ifdef CONFIG_F1E_PHY
-extern int athr_phy_setup(int unit);
-extern int athr_phy_is_up(int unit);
-extern int athr_phy_is_fdx(int unit);
-extern int athr_phy_speed(int unit);
 extern void athr_reg_init(void);
 #endif
 
index 200a87186b774ea5d19372d53d83ec96d2ff5b7f..5a6fccfa960ccc7a99bfcad83333cace714dccfb 100644 (file)
@@ -24,10 +24,6 @@ ag7240_mac_t *ag7240_macs[CFG_AG7240_NMACS];
 extern void            ar7240_sys_frequency(u32 *cpu_freq, u32 *ddr_freq, u32 *ahb_freq);
 
 #ifdef CFG_ATHRS26_PHY
-extern int athrs26_phy_setup(int unit);
-extern int athrs26_phy_is_up(int unit);
-extern int athrs26_phy_is_fdx(int unit);
-extern int athrs26_phy_speed(int unit);
 extern void athrs26_reg_init(void);
 extern void athrs26_reg_init_lan(void);
 extern int athrs26_mdc_check(void);
@@ -38,28 +34,15 @@ extern void athrs17_reg_init(void);
 #endif
 
 #ifdef CFG_ATHRS27_PHY
-extern int athrs27_phy_setup(int unit);
-extern int athrs27_phy_is_up(int unit);
-extern int athrs27_phy_is_fdx(int unit);
-extern int athrs27_phy_speed(int unit);
 extern void athrs27_reg_init(void);
 extern void athrs27_reg_init_lan(void);
-extern int athrs27_mdc_check(void);
 #endif
 
 #if defined(CONFIG_F1E_PHY) || defined(CONFIG_F2E_PHY)
-extern int athr_phy_setup(int unit);
-extern int athr_phy_is_up(int unit);
-extern int athr_phy_is_fdx(int unit);
-extern int athr_phy_speed(int unit);
 extern void athr_reg_init(void);
 #endif
 
 #ifdef CONFIG_VIR_PHY
-extern int athr_vir_phy_setup(int unit);
-extern int athr_vir_phy_is_up(int unit);
-extern int athr_vir_phy_is_fdx(int unit);
-extern int athr_vir_phy_speed(int unit);
 extern void athr_vir_reg_init(void);
 #endif