projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[kirkwood] Adds leds and gpio keys support for Iomega iConnect.
[openwrt.git]
/
target
/
linux
/
ar71xx
/
files
/
drivers
/
net
/
ag71xx
/
ag71xx_mdio.c
diff --git
a/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx_mdio.c
b/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx_mdio.c
index
6bc858c
..
eda0b5e
100644
(file)
--- a/
target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx_mdio.c
+++ b/
target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx_mdio.c
@@
-1,7
+1,7
@@
/*
* Atheros AR71xx built-in ethernet mac driver
*
/*
* Atheros AR71xx built-in ethernet mac driver
*
- * Copyright (C) 2008-20
09
Gabor Juhos <juhosg@openwrt.org>
+ * Copyright (C) 2008-20
10
Gabor Juhos <juhosg@openwrt.org>
* Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org>
*
* Based on Atheros' AG7100 driver
* Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org>
*
* Based on Atheros' AG7100 driver
@@
-133,7
+133,7
@@
static int ag71xx_mdio_write(struct mii_bus *bus, int addr, int reg, u16 val)
return 0;
}
return 0;
}
-static int __init ag71xx_mdio_probe(struct platform_device *pdev)
+static int __
dev
init ag71xx_mdio_probe(struct platform_device *pdev)
{
struct ag71xx_mdio_platform_data *pdata;
struct ag71xx_mdio *am;
{
struct ag71xx_mdio_platform_data *pdata;
struct ag71xx_mdio *am;
@@
-209,7
+209,7
@@
static int __init ag71xx_mdio_probe(struct platform_device *pdev)
return err;
}
return err;
}
-static int __exit ag71xx_mdio_remove(struct platform_device *pdev)
+static int __
dev
exit ag71xx_mdio_remove(struct platform_device *pdev)
{
struct ag71xx_mdio *am = platform_get_drvdata(pdev);
{
struct ag71xx_mdio *am = platform_get_drvdata(pdev);
@@
-232,7
+232,7
@@
static struct platform_driver ag71xx_mdio_driver = {
}
};
}
};
-int ag71xx_mdio_driver_init(void)
+int
__init
ag71xx_mdio_driver_init(void)
{
return platform_driver_register(&ag71xx_mdio_driver);
}
{
return platform_driver_register(&ag71xx_mdio_driver);
}
This page took
0.029148 seconds
and
4
git commands to generate.