projects
/
lede.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e5aa68
)
ar71xx: fix mv88e6063 compile for 3.14
author
John Crispin
<john@openwrt.org>
Sun, 15 Feb 2015 21:15:42 +0000
(21:15 +0000)
committer
John Crispin
<john@openwrt.org>
Sun, 15 Feb 2015 21:15:42 +0000
(21:15 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44459
target/linux/ar71xx/files/drivers/net/dsa/mv88e6063.c
patch
|
blob
|
history
diff --git
a/target/linux/ar71xx/files/drivers/net/dsa/mv88e6063.c
b/target/linux/ar71xx/files/drivers/net/dsa/mv88e6063.c
index 224b4913c617635665d8e875d9239c0e7dc723d2..b9e9af35b8e9b412bb4d0a73e6971d8ee060adaa 100644
(file)
--- a/
target/linux/ar71xx/files/drivers/net/dsa/mv88e6063.c
+++ b/
target/linux/ar71xx/files/drivers/net/dsa/mv88e6063.c
@@
-66,11
+66,12
@@
static int reg_write(struct dsa_switch *ds, int addr, int reg, u16 val)
#if LINUX_VERSION_CODE < KERNEL_VERSION(3,15,0)
static char *mv88e6063_probe(struct mii_bus *bus, int sw_addr)
+{
#else
static char *mv88e6063_probe(struct device *host_dev, int sw_addr)
-#endif
{
struct mii_bus *bus = dsa_host_dev_to_mii_bus(host_dev);
+#endif
int ret;
ret = mdiobus_read(bus, REG_PORT(0), 0x03);