From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Wed, 01 Jun 2011 20:16:44 +0200 (CEST) Received: from metis.ext.pengutronix.de ([92.198.50.35]:51404 "EHLO metis.ext.pengutronix.de" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S1491842Ab1FASQl (ORCPT ); Wed, 1 Jun 2011 20:16:41 +0200 Received: from octopus.hi.pengutronix.de ([2001:6f8:1178:2:215:17ff:fe12:23b0]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1QRpxo-00074x-So; Wed, 01 Jun 2011 20:16:16 +0200 Received: from wsa by octopus.hi.pengutronix.de with local (Exim 4.76) (envelope-from ) id 1QRpxb-0000Ka-8o; Wed, 01 Jun 2011 20:16:03 +0200 Date: Wed, 1 Jun 2011 20:16:03 +0200 From: Wolfram Sang To: Wanlong Gao Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, uclinux-dist-devel@blackfin.uclinux.org, linux-mips@linux-mips.org, linuxppc-dev@lists.ozlabs.org, linux-sh@vger.kernel.org, linux@arm.linux.org.uk, hans-christian.egtvedt@atmel.com, vapier@gentoo.org, ralf@linux-mips.org, benh@kernel.crashing.org, paulus@samba.org, lethal@linux-sh.org, gxt@mprc.pku.edu.cn, david.woodhouse@intel.com, akpm@linux-foundation.org, u.kleine-koenig@pengutronix.de, mingo@elte.hu, rientjes@google.com, sam@ravnborg.org, manuel.lauss@googlemail.com, anton@samba.org, arnd@arndb.de Subject: Re: [PATCH] Fix build warning of the defconfigs Message-ID: <20110601181603.GA454@pengutronix.de> References: <1306945763-6583-1-git-send-email-wanlong.gao@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="7AUc2qLy4jB3hD7Z" Content-Disposition: inline In-Reply-To: <1306945763-6583-1-git-send-email-wanlong.gao@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SA-Exim-Connect-IP: 2001:6f8:1178:2:215:17ff:fe12:23b0 X-SA-Exim-Mail-From: wsa@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-mips@linux-mips.org X-archive-position: 30178 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: w.sang@pengutronix.de Precedence: bulk X-list: linux-mips Return-Path: X-Keywords: X-UID: 1075 --7AUc2qLy4jB3hD7Z Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jun 02, 2011 at 12:29:23AM +0800, Wanlong Gao wrote: > RTC_CLASS is changed to bool. > So value 'm' is invalid. >=20 > Signed-off-by: Wanlong Gao > --- > arch/arm/configs/davinci_all_defconfig | 2 +- > arch/arm/configs/mxs_defconfig | 2 +- > arch/arm/configs/netx_defconfig | 2 +- > arch/arm/configs/viper_defconfig | 2 +- > arch/arm/configs/xcep_defconfig | 2 +- > arch/arm/configs/zeus_defconfig | 2 +- > arch/avr32/configs/atngw100_mrmt_defconfig | 2 +- > arch/blackfin/configs/CM-BF548_defconfig | 2 +- > arch/mips/configs/mtx1_defconfig | 2 +- > arch/powerpc/configs/52xx/pcm030_defconfig | 2 +- > arch/powerpc/configs/ps3_defconfig | 2 +- > arch/sh/configs/titan_defconfig | 2 +- > arch/unicore32/configs/debug_defconfig | 2 +- > 13 files changed, 13 insertions(+), 13 deletions(-) The mxs-part has already been sent by Shawn Guo (shouldn't harm). Thanks for doing tree-wide: Acked-by: Wolfram Sang --=20 Pengutronix e.K. | Wolfram Sang | Industrial Linux Solutions | http://www.pengutronix.de/ | --7AUc2qLy4jB3hD7Z Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iEYEARECAAYFAk3mgeMACgkQD27XaX1/VRtALACgwWNkKN3MYtyEJ3UIFNG7P/jx oygAoJkolxXXrviVsTRfROYzf65y/N+3 =5o5C -----END PGP SIGNATURE----- --7AUc2qLy4jB3hD7Z-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfram Sang Date: Wed, 01 Jun 2011 18:16:03 +0000 Subject: Re: [PATCH] Fix build warning of the defconfigs Message-Id: <20110601181603.GA454@pengutronix.de> MIME-Version: 1 Content-Type: multipart/mixed; boundary="7AUc2qLy4jB3hD7Z" List-Id: References: <1306945763-6583-1-git-send-email-wanlong.gao@gmail.com> In-Reply-To: <1306945763-6583-1-git-send-email-wanlong.gao@gmail.com> To: linux-arm-kernel@lists.infradead.org --7AUc2qLy4jB3hD7Z Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jun 02, 2011 at 12:29:23AM +0800, Wanlong Gao wrote: > RTC_CLASS is changed to bool. > So value 'm' is invalid. >=20 > Signed-off-by: Wanlong Gao > --- > arch/arm/configs/davinci_all_defconfig | 2 +- > arch/arm/configs/mxs_defconfig | 2 +- > arch/arm/configs/netx_defconfig | 2 +- > arch/arm/configs/viper_defconfig | 2 +- > arch/arm/configs/xcep_defconfig | 2 +- > arch/arm/configs/zeus_defconfig | 2 +- > arch/avr32/configs/atngw100_mrmt_defconfig | 2 +- > arch/blackfin/configs/CM-BF548_defconfig | 2 +- > arch/mips/configs/mtx1_defconfig | 2 +- > arch/powerpc/configs/52xx/pcm030_defconfig | 2 +- > arch/powerpc/configs/ps3_defconfig | 2 +- > arch/sh/configs/titan_defconfig | 2 +- > arch/unicore32/configs/debug_defconfig | 2 +- > 13 files changed, 13 insertions(+), 13 deletions(-) The mxs-part has already been sent by Shawn Guo (shouldn't harm). Thanks for doing tree-wide: Acked-by: Wolfram Sang --=20 Pengutronix e.K. | Wolfram Sang | Industrial Linux Solutions | http://www.pengutronix.de/ | --7AUc2qLy4jB3hD7Z Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iEYEARECAAYFAk3mgeMACgkQD27XaX1/VRtALACgwWNkKN3MYtyEJ3UIFNG7P/jx oygAoJkolxXXrviVsTRfROYzf65y/N+3 =5o5C -----END PGP SIGNATURE----- --7AUc2qLy4jB3hD7Z-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from metis.ext.pengutronix.de (metis.ext.pengutronix.de [92.198.50.35]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 8D44BB6F8F for ; Thu, 2 Jun 2011 04:16:25 +1000 (EST) Date: Wed, 1 Jun 2011 20:16:03 +0200 From: Wolfram Sang To: Wanlong Gao Subject: Re: [PATCH] Fix build warning of the defconfigs Message-ID: <20110601181603.GA454@pengutronix.de> References: <1306945763-6583-1-git-send-email-wanlong.gao@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="7AUc2qLy4jB3hD7Z" In-Reply-To: <1306945763-6583-1-git-send-email-wanlong.gao@gmail.com> Cc: linux-mips@linux-mips.org, david.woodhouse@intel.com, linux-sh@vger.kernel.org, paulus@samba.org, gxt@mprc.pku.edu.cn, sam@ravnborg.org, linux@arm.linux.org.uk, manuel.lauss@googlemail.com, rientjes@google.com, mingo@elte.hu, vapier@gentoo.org, arnd@arndb.de, u.kleine-koenig@pengutronix.de, anton@samba.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, ralf@linux-mips.org, lethal@linux-sh.org, uclinux-dist-devel@blackfin.uclinux.org, akpm@linux-foundation.org, linuxppc-dev@lists.ozlabs.org, hans-christian.egtvedt@atmel.com List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , --7AUc2qLy4jB3hD7Z Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jun 02, 2011 at 12:29:23AM +0800, Wanlong Gao wrote: > RTC_CLASS is changed to bool. > So value 'm' is invalid. >=20 > Signed-off-by: Wanlong Gao > --- > arch/arm/configs/davinci_all_defconfig | 2 +- > arch/arm/configs/mxs_defconfig | 2 +- > arch/arm/configs/netx_defconfig | 2 +- > arch/arm/configs/viper_defconfig | 2 +- > arch/arm/configs/xcep_defconfig | 2 +- > arch/arm/configs/zeus_defconfig | 2 +- > arch/avr32/configs/atngw100_mrmt_defconfig | 2 +- > arch/blackfin/configs/CM-BF548_defconfig | 2 +- > arch/mips/configs/mtx1_defconfig | 2 +- > arch/powerpc/configs/52xx/pcm030_defconfig | 2 +- > arch/powerpc/configs/ps3_defconfig | 2 +- > arch/sh/configs/titan_defconfig | 2 +- > arch/unicore32/configs/debug_defconfig | 2 +- > 13 files changed, 13 insertions(+), 13 deletions(-) The mxs-part has already been sent by Shawn Guo (shouldn't harm). Thanks for doing tree-wide: Acked-by: Wolfram Sang --=20 Pengutronix e.K. | Wolfram Sang | Industrial Linux Solutions | http://www.pengutronix.de/ | --7AUc2qLy4jB3hD7Z Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iEYEARECAAYFAk3mgeMACgkQD27XaX1/VRtALACgwWNkKN3MYtyEJ3UIFNG7P/jx oygAoJkolxXXrviVsTRfROYzf65y/N+3 =5o5C -----END PGP SIGNATURE----- --7AUc2qLy4jB3hD7Z-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: w.sang@pengutronix.de (Wolfram Sang) Date: Wed, 1 Jun 2011 20:16:03 +0200 Subject: [PATCH] Fix build warning of the defconfigs In-Reply-To: <1306945763-6583-1-git-send-email-wanlong.gao@gmail.com> References: <1306945763-6583-1-git-send-email-wanlong.gao@gmail.com> Message-ID: <20110601181603.GA454@pengutronix.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Jun 02, 2011 at 12:29:23AM +0800, Wanlong Gao wrote: > RTC_CLASS is changed to bool. > So value 'm' is invalid. > > Signed-off-by: Wanlong Gao > --- > arch/arm/configs/davinci_all_defconfig | 2 +- > arch/arm/configs/mxs_defconfig | 2 +- > arch/arm/configs/netx_defconfig | 2 +- > arch/arm/configs/viper_defconfig | 2 +- > arch/arm/configs/xcep_defconfig | 2 +- > arch/arm/configs/zeus_defconfig | 2 +- > arch/avr32/configs/atngw100_mrmt_defconfig | 2 +- > arch/blackfin/configs/CM-BF548_defconfig | 2 +- > arch/mips/configs/mtx1_defconfig | 2 +- > arch/powerpc/configs/52xx/pcm030_defconfig | 2 +- > arch/powerpc/configs/ps3_defconfig | 2 +- > arch/sh/configs/titan_defconfig | 2 +- > arch/unicore32/configs/debug_defconfig | 2 +- > 13 files changed, 13 insertions(+), 13 deletions(-) The mxs-part has already been sent by Shawn Guo (shouldn't harm). Thanks for doing tree-wide: Acked-by: Wolfram Sang -- Pengutronix e.K. | Wolfram Sang | Industrial Linux Solutions | http://www.pengutronix.de/ | -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: Digital signature URL: