public inbox for netdev@vger.kernel.org 
 help / color / mirror / Atom feed
From: Jeff Garzik <jgarzik@pobox•com>
To: Paul Gortmaker <paul.gortmaker@windriver•com>
Cc: netdev@vger•kernel.org, davej@redhat•com, afleming@freescale•com
Subject: Re: [PATCH net-2.6] phylib: do EXPORT_SYMBOL on get_phy_id
Date: Thu, 22 May 2008 14:01:28 -0400	[thread overview]
Message-ID: <4835B4F8.8060307@pobox.com> (raw)
In-Reply-To: <1211474630-1728-1-git-send-email-paul.gortmaker@windriver.com>

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@windriver•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



      reply	other threads:[~2008-05-22 18:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-22 16:43 [PATCH net-2.6] phylib: do EXPORT_SYMBOL on get_phy_id Paul Gortmaker
2008-05-22 18:01 ` Jeff Garzik [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4835B4F8.8060307@pobox.com \
    --to=jgarzik@pobox$(echo .)com \
    --cc=afleming@freescale$(echo .)com \
    --cc=davej@redhat$(echo .)com \
    --cc=netdev@vger$(echo .)kernel.org \
    --cc=paul.gortmaker@windriver$(echo .)com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox