[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <4835B4F8.8060307@pobox.com>
Date: Thu, 22 May 2008 14:01:28 -0400
From: Jeff Garzik <jgarzik@...ox.com>
To: Paul Gortmaker <paul.gortmaker@...driver.com>
CC: netdev@...r.kernel.org, davej@...hat.com, afleming@...escale.com
Subject: Re: [PATCH net-2.6] phylib: do EXPORT_SYMBOL on get_phy_id
Paul Gortmaker wrote:
> Commit cac1f3c8 factored out the code for get_phy_id so that it
> could be reused in multiple places. Turns out that some of the
> users can be modular, so we need to export this symbol as well.
>
> Signed-off-by: Paul Gortmaker <paul.gortmaker@...driver.com>
> ---
> drivers/net/phy/phy_device.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/net/phy/phy_device.c b/drivers/net/phy/phy_device.c
> index ac3c01d..16a0e7d 100644
> --- a/drivers/net/phy/phy_device.c
> +++ b/drivers/net/phy/phy_device.c
> @@ -207,6 +207,7 @@ int get_phy_id(struct mii_bus *bus, int addr, u32 *phy_id)
>
> return 0;
> }
> +EXPORT_SYMBOL(get_phy_id);
applied
--
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