From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kukjin Kim Subject: Re: [PATCH 2/2] ARM: s3c64xx: Fix build for implicit serial_s3c.h inclusion Date: Fri, 21 Mar 2014 02:56:36 +0900 Message-ID: <532B2BD4.7060809@samsung.com> References: <1395143803-2032-1-git-send-email-broonie@kernel.org> <1395143803-2032-2-git-send-email-broonie@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mail-pb0-f44.google.com ([209.85.160.44]:49614 "EHLO mail-pb0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932885AbaCTR4s (ORCPT ); Thu, 20 Mar 2014 13:56:48 -0400 Received: by mail-pb0-f44.google.com with SMTP id rp16so1277673pbb.31 for ; Thu, 20 Mar 2014 10:56:48 -0700 (PDT) In-Reply-To: <1395143803-2032-2-git-send-email-broonie@kernel.org> Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: Mark Brown Cc: Kukjin Kim , Greg Kroah-Hartman , linux-samsung-soc@vger.kernel.org, linaro-kernel@lists.linaro.org, linux-arm-kernel@lists.infradead.org, Mark Brown , Tomasz Figa On 03/18/14 20:56, Mark Brown wrote: > From: Mark Brown > > Some very recent change appears to have removed an implicit inclusion of > serial_s3c.h causing build failures due to references to UART registers > in the serial port restore code in next-20140318. Include it explicitly > to fix the build. > > Signed-off-by: Mark Brown > --- > arch/arm/mach-s3c64xx/include/mach/pm-core.h | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm/mach-s3c64xx/include/mach/pm-core.h b/arch/arm/mach-s3c64xx/include/mach/pm-core.h > index c0537f40a3d8..a30a1e3ffc6a 100644 > --- a/arch/arm/mach-s3c64xx/include/mach/pm-core.h > +++ b/arch/arm/mach-s3c64xx/include/mach/pm-core.h > @@ -15,6 +15,8 @@ > #ifndef __MACH_S3C64XX_PM_CORE_H > #define __MACH_S3C64XX_PM_CORE_H __FILE__ > > +#include > + > #include > > static inline void s3c_pm_debug_init_uart(void) Applied, thanks. - Kukjin From mboxrd@z Thu Jan 1 00:00:00 1970 From: kgene.kim@samsung.com (Kukjin Kim) Date: Fri, 21 Mar 2014 02:56:36 +0900 Subject: [PATCH 2/2] ARM: s3c64xx: Fix build for implicit serial_s3c.h inclusion In-Reply-To: <1395143803-2032-2-git-send-email-broonie@kernel.org> References: <1395143803-2032-1-git-send-email-broonie@kernel.org> <1395143803-2032-2-git-send-email-broonie@kernel.org> Message-ID: <532B2BD4.7060809@samsung.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 03/18/14 20:56, Mark Brown wrote: > From: Mark Brown > > Some very recent change appears to have removed an implicit inclusion of > serial_s3c.h causing build failures due to references to UART registers > in the serial port restore code in next-20140318. Include it explicitly > to fix the build. > > Signed-off-by: Mark Brown > --- > arch/arm/mach-s3c64xx/include/mach/pm-core.h | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm/mach-s3c64xx/include/mach/pm-core.h b/arch/arm/mach-s3c64xx/include/mach/pm-core.h > index c0537f40a3d8..a30a1e3ffc6a 100644 > --- a/arch/arm/mach-s3c64xx/include/mach/pm-core.h > +++ b/arch/arm/mach-s3c64xx/include/mach/pm-core.h > @@ -15,6 +15,8 @@ > #ifndef __MACH_S3C64XX_PM_CORE_H > #define __MACH_S3C64XX_PM_CORE_H __FILE__ > > +#include > + > #include > > static inline void s3c_pm_debug_init_uart(void) Applied, thanks. - Kukjin