From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755835Ab1BNP5W (ORCPT ); Mon, 14 Feb 2011 10:57:22 -0500 Received: from mail-qy0-f174.google.com ([209.85.216.174]:61301 "EHLO mail-qy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754954Ab1BNP5S (ORCPT ); Mon, 14 Feb 2011 10:57:18 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=AsNLCgt4sHhB0kOpuJ3TlrUkqQhQu6ycsrz0cJpO6mbG3Ild1epoi/gKufHod2SQr5 q5IStMFozB3Gfq7mEMeBW/XojcfhirmGKJGqBOhRtdvb2rfdvPACZQBJOIKQulgo39dk oFnrysv49OJ2FffAMhYneE3wwIA5OSry7G+r0= Date: Mon, 14 Feb 2011 23:56:27 +0800 From: Harry Wei 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 Message-ID: <20110214155625.GA1951@gmail.com> References: <1297680009-4054-1-git-send-email-monstr@monstr.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 14, 2011 at 11:53:13PM +0800, harryxiyou wrote: > ---------- Forwarded message ---------- > From: Michal Simek > 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 , John Williams > > > 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 > Signed-off-by: Michal Simek Acked-by: Harry Wei > --- > 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 > #include > +#include > > /** > * 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!