From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Likely Subject: Re: [PATCH] of: Add missing of_address.h to xilinx ehci driver Date: Tue, 15 Feb 2011 13:40:11 -0700 Message-ID: <20110215204011.GB24022@angua.secretlab.ca> References: <1297680009-4054-1-git-send-email-monstr@monstr.eu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1297680009-4054-1-git-send-email-monstr-pSz03upnqPeHXe+LvDLADg@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org To: Michal Simek Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, glikely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, John Williams List-Id: devicetree@vger.kernel.org On Mon, Feb 14, 2011 at 11:40:09AM +0100, Michal Simek wrote: > 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 Applied, thanks. g. > --- > 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 >