From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joonyoung Shim Subject: Re: [PATCH V2] ARM: S5P: Fix compilation error for exynos4_defconfig Date: Fri, 03 Jun 2011 16:50:35 +0900 Message-ID: <4DE8924B.5010003@samsung.com> References: <1307084654-22052-1-git-send-email-tushar.behera@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from mailout1.samsung.com ([203.254.224.24]:38304 "EHLO mailout1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752876Ab1FCHup (ORCPT ); Fri, 3 Jun 2011 03:50:45 -0400 Received: from epcpsbgm1.samsung.com (mailout1.samsung.com [203.254.224.24]) by mailout1.samsung.com (Oracle Communications Messaging Exchange Server 7u4-19.01 64bit (built Sep 7 2010)) with ESMTP id <0LM700MXXF4JW2R0@mailout1.samsung.com> for linux-samsung-soc@vger.kernel.org; Fri, 03 Jun 2011 16:50:44 +0900 (KST) Received: from TNRNDGASPAPP1.tn.corp.samsungelectronics.net ([165.213.149.150]) by mmp2.samsung.com (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)) with ESMTPA id <0LM700EDKF4KT2@mmp2.samsung.com> for linux-samsung-soc@vger.kernel.org; Fri, 03 Jun 2011 16:50:44 +0900 (KST) In-reply-to: <1307084654-22052-1-git-send-email-tushar.behera@linaro.org> Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: Tushar Behera Cc: linux-samsung-soc@vger.kernel.org, linaro-dev@lists.linaro.org, kgene.kim@samsung.com, nicolas.pitre@linaro.org, patches@linaro.org, samsung@lists.linaro.org, m.szyprowski@samsung.com On 2011-06-03 =EC=98=A4=ED=9B=84 4:04, Tushar Behera wrote: > Added Kconfig entry for setup-usb-phy.c on which EHCI support is > dependent on. > > Following the naming convention of other setup files, we have followi= ng > renaming. > usb-phy.c =3D=3D> setup-usb-phy.c > > Signed-off-by: Tushar Behera > --- > arch/arm/mach-exynos4/Kconfig | 6 ++++++ > arch/arm/mach-exynos4/Makefile | 2 +- > .../mach-exynos4/{usb-phy.c =3D> setup-usb-phy.c} | 0 > 3 files changed, 7 insertions(+), 1 deletions(-) > rename arch/arm/mach-exynos4/{usb-phy.c =3D> setup-usb-phy.c} (100= %) > There is one white space but Acked-by: Joonyoung Shim > diff --git a/arch/arm/mach-exynos4/Kconfig b/arch/arm/mach-exynos4/Kc= onfig > index b92c1e5..a45a022 100644 > --- a/arch/arm/mach-exynos4/Kconfig > +++ b/arch/arm/mach-exynos4/Kconfig > @@ -91,6 +91,11 @@ config EXYNOS4_SETUP_FIMC > help > Common setup code for the camera interfaces. > > +config EXYNOS4_SETUP_USB_PHY > + bool > + help > + Common setup code for USB PHY controller=09 White space. > + > # machine support > > menu "EXYNOS4 Machines" > @@ -176,6 +181,7 @@ config MACH_NURI > select EXYNOS4_SETUP_I2C3 > select EXYNOS4_SETUP_I2C5 > select EXYNOS4_SETUP_SDHCI > + select EXYNOS4_SETUP_USB_PHY > select SAMSUNG_DEV_PWM > help > Machine support for Samsung Mobile NURI Board. > diff --git a/arch/arm/mach-exynos4/Makefile b/arch/arm/mach-exynos4/M= akefile > index a9bb94f..60fe5ec 100644 > --- a/arch/arm/mach-exynos4/Makefile > +++ b/arch/arm/mach-exynos4/Makefile > @@ -56,4 +56,4 @@ obj-$(CONFIG_EXYNOS4_SETUP_KEYPAD) +=3D setup-keypa= d.o > obj-$(CONFIG_EXYNOS4_SETUP_SDHCI) +=3D setup-sdhci.o > obj-$(CONFIG_EXYNOS4_SETUP_SDHCI_GPIO) +=3D setup-sdhci-gpio.o > > -obj-$(CONFIG_USB_SUPPORT) +=3D usb-phy.o > +obj-$(CONFIG_EXYNOS4_SETUP_USB_PHY) +=3D setup-usb-phy.o > diff --git a/arch/arm/mach-exynos4/usb-phy.c b/arch/arm/mach-exynos4/= setup-usb-phy.c > similarity index 100% > rename from arch/arm/mach-exynos4/usb-phy.c > rename to arch/arm/mach-exynos4/setup-usb-phy.c