aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-09-23 17:43:57 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-09-23 17:43:57 +0000
commit6ed55b43d7bea90387c8f330ea92a516cc971da6 (patch)
treecf022a02fd71259578487131f551c6e393b350c4 /target
parenta58bb0a47a20883c0e67953e2f3065f9e2fe065f (diff)
downloadupstream-6ed55b43d7bea90387c8f330ea92a516cc971da6.tar.gz
upstream-6ed55b43d7bea90387c8f330ea92a516cc971da6.tar.bz2
upstream-6ed55b43d7bea90387c8f330ea92a516cc971da6.zip
ar71xx: remove some extern directives in the ag71xx driver
SVN-Revision: 17692
Diffstat (limited to 'target')
-rw-r--r--target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h b/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
index dd19f44677..39a348a760 100644
--- a/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
+++ b/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
@@ -136,13 +136,13 @@ struct ag71xx {
extern struct ethtool_ops ag71xx_ethtool_ops;
extern struct ag71xx_mdio *ag71xx_mdio_bus;
-extern int ag71xx_mdio_driver_init(void) __init;
-extern void ag71xx_mdio_driver_exit(void);
+int ag71xx_mdio_driver_init(void) __init;
+void ag71xx_mdio_driver_exit(void);
-extern int ag71xx_phy_connect(struct ag71xx *ag);
-extern void ag71xx_phy_disconnect(struct ag71xx *ag);
-extern void ag71xx_phy_start(struct ag71xx *ag);
-extern void ag71xx_phy_stop(struct ag71xx *ag);
+int ag71xx_phy_connect(struct ag71xx *ag);
+void ag71xx_phy_disconnect(struct ag71xx *ag);
+void ag71xx_phy_start(struct ag71xx *ag);
+void ag71xx_phy_stop(struct ag71xx *ag);
static inline struct ag71xx_platform_data *ag71xx_get_pdata(struct ag71xx *ag)
{