aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_phy.c
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-02-19 20:52:06 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-02-19 20:52:06 +0000
commit4341b11f3eacb77d5e04ce70a9d30a05918b7c3b (patch)
treef1424e5630d957cac5469dd260a0037ff8957113 /target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_phy.c
parent7d0d29ab6e99be9a1ed98ff5c816821d6f41e417 (diff)
downloadupstream-4341b11f3eacb77d5e04ce70a9d30a05918b7c3b.tar.gz
upstream-4341b11f3eacb77d5e04ce70a9d30a05918b7c3b.tar.bz2
upstream-4341b11f3eacb77d5e04ce70a9d30a05918b7c3b.zip
ar71xx: remove __dev{init,exit} annotations from kernel files
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35687
Diffstat (limited to 'target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_phy.c')
-rw-r--r--target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_phy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_phy.c b/target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_phy.c
index ce9edc1f74..71f0b1d3cc 100644
--- a/target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_phy.c
+++ b/target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_phy.c
@@ -193,7 +193,7 @@ static struct mii_bus *dev_to_mii_bus(struct device *dev)
return NULL;
}
-int __devinit ag71xx_phy_connect(struct ag71xx *ag)
+int ag71xx_phy_connect(struct ag71xx *ag)
{
struct ag71xx_platform_data *pdata = ag71xx_get_pdata(ag);