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
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 8 Apr 2014 08:26:39 -0700
From:	Florian Fainelli <f.fainelli@...il.com>
To:	Tobias Waldekranz <tobias@...dekranz.com>,
	Sebastian Hesselbarth <sebastian.hesselbarth@...il.com>
Cc:	netdev <netdev@...r.kernel.org>
Subject: Re: [PATCH] phylib: export phy_suspend and phy_resume

2014-04-08 0:11 GMT-07:00 Tobias Waldekranz <tobias@...dekranz.com>:
> These functions are exported in include/linux/phy.h but the symbol
> exports where missing.

Thanks! I had this sitting somewhere and somehow forgot to send it.

>
> Signed-off-by: Tobias Waldekranz <tobias@...dekranz.com>

Acked-by: Florian Fainelli <f.fainelli@...il.com>

> ---
>  drivers/net/phy/phy_device.c | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/drivers/net/phy/phy_device.c b/drivers/net/phy/phy_device.c
> index 0ce6066..7485334 100644
> --- a/drivers/net/phy/phy_device.c
> +++ b/drivers/net/phy/phy_device.c
> @@ -695,6 +695,7 @@ int phy_suspend(struct phy_device *phydev)
>                 return phydrv->suspend(phydev);
>         return 0;
>  }
> +EXPORT_SYMBOL(phy_suspend);
>
>  int phy_resume(struct phy_device *phydev)
>  {
> @@ -704,6 +705,7 @@ int phy_resume(struct phy_device *phydev)
>                 return phydrv->resume(phydev);
>         return 0;
>  }
> +EXPORT_SYMBOL(phy_resume);
>
>  /* Generic PHY support and helper functions */
>
> --
> 1.8.4.357.g8d83871.dirty
>
> --
> 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



-- 
Florian
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ