From mboxrd@z Thu Jan 1 00:00:00 1970 From: Russell King - ARM Linux Subject: Re: [RFC 2/3] ARM: move udc_pxa2xx.h to linux/platform_data Date: Fri, 21 Sep 2012 10:48:55 +0100 Message-ID: <20120921094855.GC15609@n2100.arm.linux.org.uk> References: <20120921093530.GB31374@n2100.arm.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from caramon.arm.linux.org.uk ([78.32.30.218]:37332 "EHLO caramon.arm.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751132Ab2IUJtF (ORCPT ); Fri, 21 Sep 2012 05:49:05 -0400 Content-Disposition: inline In-Reply-To: Sender: linux-serial-owner@vger.kernel.org List-Id: linux-serial@vger.kernel.org To: Eric Miao Cc: linux-arm-kernel@lists.infradead.org, linux-serial@vger.kernel.org, linux-usb@vger.kernel.org, Imre Kaloz , Krzysztof Halasa , Haojian Zhuang , Felipe Balbi , Greg Kroah-Hartman On Fri, Sep 21, 2012 at 05:40:07PM +0800, Eric Miao wrote: > On Fri, Sep 21, 2012 at 5:36 PM, Russell King > wrote: > > diff --git a/arch/arm/mach-ixp4xx/include/mach/udc.h b/arch/arm/mach-ixp4xx/include/mach/udc.h > > index 80d6da2..b47cc0d 100644 > > --- a/arch/arm/mach-ixp4xx/include/mach/udc.h > > +++ b/arch/arm/mach-ixp4xx/include/mach/udc.h > > @@ -2,7 +2,7 @@ > > * arch/arm/mach-ixp4xx/include/mach/udc.h > > * > > */ > > -#include > > +#include > > Guess a typo here, "/" instead of "_"? Otherwise looks good to me Yea, fixed.