projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a07bc1f
)
phy: export phy_mii_ioctl
author
Domen Puncer
<domen@coderock.org>
Mon, 17 Sep 2007 20:21:40 +0000
(22:21 +0200)
committer
Jeff Garzik
<jeff@garzik.org>
Thu, 20 Sep 2007 06:35:50 +0000
(
02:35
-0400)
Export phy_mii_ioctl, so network drivers can use it when built
as modules too.
Signed-off-by: Domen Puncer <domen@coderock.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/phy/phy.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/phy/phy.c
b/drivers/net/phy/phy.c
index 0cc4369cacba77778a9e4a7a92a1338041f94cfb..cb230f44d6fc3418cd899c42a76552a0091e9ee4 100644
(file)
--- a/
drivers/net/phy/phy.c
+++ b/
drivers/net/phy/phy.c
@@
-409,6
+409,7
@@
int phy_mii_ioctl(struct phy_device *phydev,
return 0;
}
+EXPORT_SYMBOL(phy_mii_ioctl);
/**
* phy_start_aneg - start auto-negotiation for this PHY device