linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Olof Johansson <olof@lixom.net>
To: Randy Dunlap <rdunlap@xenotime.net>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>,
	kishon@ti.com, linux-next@vger.kernel.org
Subject: Re: [PATCH] bus: fix omap compile error if CONFIG_OF is true
Date: Tue, 4 Sep 2012 17:05:16 -0700	[thread overview]
Message-ID: <CAOesGMiKu3=1P1tyGdMY9fFg1W8sjPV8i3CGX6c6nUS0UMz9rQ@mail.gmail.com> (raw)
In-Reply-To: <5046770E.1010206@xenotime.net>

On Tue, Sep 4, 2012 at 2:47 PM, Randy Dunlap <rdunlap@xenotime.net> wrote:
> On 09/04/2012 07:41 AM, Alan Cox wrote:
>
>> From: Alan Cox <alan@linux.intel.com>
>>
>> Signed-off-by: Alan Cox <alan@linux.intel.com>
>> ---
>>
>>  drivers/bus/omap-ocp2scp.c |    2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/bus/omap-ocp2scp.c b/drivers/bus/omap-ocp2scp.c
>> index 9075ef8..ff63560 100644
>> --- a/drivers/bus/omap-ocp2scp.c
>> +++ b/drivers/bus/omap-ocp2scp.c
>> @@ -67,7 +67,7 @@ static const struct of_device_id omap_ocp2scp_id_table[] = {
>>       { .compatible = "ti,omap-ocp2scp" },
>>       {}
>>  };
>> -MODULE_DEVICE_TABLE(of, omap_usb2_id_table);
>> +MODULE_DEVICE_TABLE(of, omap_ocp2scp_id_table);
>>  #endif
>>
>>  static struct platform_driver omap_ocp2scp_driver = {
>>
>> --
>
>
> Kishon posted a patch for this on Aug. 23:
> http://marc.info/?l=linux-next&m=134574365000518&w=2
>
> Who needs to merge it?

I've applied the first patch to arm-soc, since that's where the
breakage was introduced. Pushing out shortly.


-Olof

      reply	other threads:[~2012-09-05  0:05 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-04 14:41 [PATCH] bus: fix omap compile error if CONFIG_OF is true Alan Cox
2012-09-04 21:37 ` Stephen Rothwell
2012-09-04 21:47 ` Randy Dunlap
2012-09-05  0:05   ` Olof Johansson [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='CAOesGMiKu3=1P1tyGdMY9fFg1W8sjPV8i3CGX6c6nUS0UMz9rQ@mail.gmail.com' \
    --to=olof@lixom.net \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=kishon@ti.com \
    --cc=linux-next@vger.kernel.org \
    --cc=rdunlap@xenotime.net \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).