lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <1292756331-3735-4-git-send-email-jhautbois@gmail.com> Date: Sun, 19 Dec 2010 11:58:51 +0100 From: Jean-Michel Hautbois <jhautbois@...il.com> To: davem@...emloft.net Cc: richard.cochran@...cron.at, shemminger@...tta.com, tj@...nel.org, randy.dunlap@...cle.com, netdev@...r.kernel.org, linux-kernel@...r.kernel.org, Jean-Michel Hautbois <jhautbois@...il.com> Subject: [PATCH 4/4] net: phy: EXPORT_SYMBOL not following the function The symbol phy_stop was not following the related function. Signed-off-by: Jean-Michel Hautbois <jhautbois@...il.com> --- drivers/net/phy/phy.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/net/phy/phy.c b/drivers/net/phy/phy.c index 87a64c0..ed503cd 100644 --- a/drivers/net/phy/phy.c +++ b/drivers/net/phy/phy.c @@ -732,6 +732,7 @@ out_unlock: * will not reenable interrupts. */ } +EXPORT_SYMBOL(phy_stop); /** @@ -762,7 +763,6 @@ void phy_start(struct phy_device *phydev) } mutex_unlock(&phydev->lock); } -EXPORT_SYMBOL(phy_stop); EXPORT_SYMBOL(phy_start); /** -- 1.7.0.4 -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists