From: Harry Wei <jiaweiwei.xiyou@gmail.com>
To: devicetree-discuss@lists.ozlabs.org, greg@kroah.com,
john.williams@petalogix.com, monstr@monstr.eu,
grant.likely@secretlab.ca
Cc: linux-kernel@vger.kernel.org
Subject: Re: Fwd: [PATCH] of: Add missing of_address.h to xilinx ehci driver
Date: Mon, 14 Feb 2011 23:56:27 +0800 [thread overview]
Message-ID: <20110214155625.GA1951@gmail.com> (raw)
In-Reply-To: <AANLkTikwaUVs_a_eetGjCj=Tg9qSPKAgxKac11gHWqDe@mail.gmail.com>
On Mon, Feb 14, 2011 at 11:53:13PM +0800, harryxiyou wrote:
> ---------- Forwarded message ----------
> From: Michal Simek <monstr@monstr.eu>
> Date: 2011/2/14
> Subject: [PATCH] of: Add missing of_address.h to xilinx ehci driver
> To: glikely@secretlab.ca
> Cc: devicetree-discuss@lists.ozlabs.org, linux-kernel@vger.kernel.org,
> Michal Simek <monstr@monstr.eu>, John Williams <john.williams@petalogix.com>
>
>
> Build log:
> In file included from drivers/usb/host/ehci-hcd.c:1208:
> drivers/usb/host/ehci-xilinx-of.c: In function 'ehci_hcd_xilinx_of_probe':
> drivers/usb/host/ehci-xilinx-of.c:168: error: implicit declaration of
> function 'of_address_to_resource'
>
> Signed-off-by: John Williams <john.williams@petalogix.com>
> Signed-off-by: Michal Simek <monstr@monstr.eu>
Acked-by: Harry Wei <harryxiyou@gmail.com>
> ---
> drivers/usb/host/ehci-xilinx-of.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/usb/host/ehci-xilinx-of.c
> b/drivers/usb/host/ehci-xilinx-of.c
> index e8f4f36..a6f21b8 100644
> --- a/drivers/usb/host/ehci-xilinx-of.c
> +++ b/drivers/usb/host/ehci-xilinx-of.c
> @@ -29,6 +29,7 @@
>
> #include <linux/of.h>
> #include <linux/of_platform.h>
> +#include <linux/of_address.h>
>
> /**
> * ehci_xilinx_of_setup - Initialize the device for ehci_reset()
> --
> 1.5.5.6
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
>
>
> --
> Best Regards.
> Harry Wei.
> Do what u like!
next prev parent reply other threads:[~2011-02-14 15:57 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-14 10:40 [PATCH] of: Add missing of_address.h to xilinx ehci driver Michal Simek
2011-02-14 10:40 ` Michal Simek
2011-02-14 13:54 ` Grant Likely
2011-02-14 13:54 ` Grant Likely
2011-02-14 15:23 ` Greg KH
[not found] ` <AANLkTikwaUVs_a_eetGjCj=Tg9qSPKAgxKac11gHWqDe@mail.gmail.com>
2011-02-14 15:56 ` Harry Wei [this message]
2011-02-15 20:40 ` Grant Likely
2011-02-15 20:40 ` Grant Likely
[not found] ` <20110215204011.GB24022-MrY2KI0G/OVr83L8+7iqerDks+cytr/Z@public.gmane.org>
2011-02-15 20:58 ` John Williams
2011-02-16 5:55 ` Grant Likely
2011-02-16 5:55 ` Grant Likely
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=20110214155625.GA1951@gmail.com \
--to=jiaweiwei.xiyou@gmail.com \
--cc=devicetree-discuss@lists.ozlabs.org \
--cc=grant.likely@secretlab.ca \
--cc=greg@kroah.com \
--cc=john.williams@petalogix.com \
--cc=linux-kernel@vger.kernel.org \
--cc=monstr@monstr.eu \
/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.