All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gertjan van Wingerde <gwingerde@gmail.com>
To: Helmut Schaa <helmut.schaa@googlemail.com>,
	John Linville <linville@tuxdriver.com>
Cc: linux-wireless@vger.kernel.org, Ivo van Doorn <IvDoorn@gmail.com>
Subject: Re: [PATCH] rt2x00: Export rt2x00soc_probe from rt2x00soc
Date: Wed, 3 Mar 2010 17:50:27 +0100	[thread overview]
Message-ID: <14add3d11003030850j2c16a92dsfad2a4a43c4d126c@mail.gmail.com> (raw)
In-Reply-To: <201003031742.55842.helmut.schaa@googlemail.com>

On Wed, Mar 3, 2010 at 5:42 PM, Helmut Schaa
<helmut.schaa@googlemail.com> wrote:
> Export rt2x00soc_probe from rt2x00soc as it is used in rt2800pci.
>
> Otherwise loading rt2800pci gives "rt2800pci: Unknown symbol
> rt2x00soc_probe".
>
> Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
> ---

Acked-by: Gertjan van Wingerde <gwingerde@gmail.com>

Thanks for doing this. I couldn't test these configurations as I am
lacking SoC devices.

John, another one for wireless-2.6.

>
> This time without whitespace damage and a suitable subject.
>
>  drivers/net/wireless/rt2x00/rt2x00soc.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/net/wireless/rt2x00/rt2x00soc.c b/drivers/net/wireless/rt2x00/rt2x00soc.c
> index 4efdc96..111c0ff 100644
> --- a/drivers/net/wireless/rt2x00/rt2x00soc.c
> +++ b/drivers/net/wireless/rt2x00/rt2x00soc.c
> @@ -112,6 +112,7 @@ exit_free_device:
>
>        return retval;
>  }
> +EXPORT_SYMBOL_GPL(rt2x00soc_probe);
>
>  int rt2x00soc_remove(struct platform_device *pdev)
>  {
> --
> 1.6.0.2
>
>

  reply	other threads:[~2010-03-03 16:50 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-03 16:42 [PATCH] rt2x00: Export rt2x00soc_probe from rt2x00soc Helmut Schaa
2010-03-03 16:50 ` Gertjan van Wingerde [this message]
2010-03-03 17:04   ` Helmut Schaa
2010-03-03 17:08     ` Gertjan van Wingerde
2010-03-03 19:09       ` Helmut Schaa

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=14add3d11003030850j2c16a92dsfad2a4a43c4d126c@mail.gmail.com \
    --to=gwingerde@gmail.com \
    --cc=IvDoorn@gmail.com \
    --cc=helmut.schaa@googlemail.com \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linville@tuxdriver.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.