From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Rothwell Subject: linux-next: manual merge of the tegra tree with the arm-soc tree Date: Wed, 23 Jan 2013 16:30:36 +1100 Message-ID: <20130123163036.4791935db9e9539c4313c97f@canb.auug.org.au> Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA256"; boundary="Signature=_Wed__23_Jan_2013_16_30_36_+1100_+8DozrnPOnmx9EGr" Return-path: Received: from haggis.pcug.org.au ([203.10.76.10]:45414 "EHLO members.tip.net.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750768Ab3AWFai (ORCPT ); Wed, 23 Jan 2013 00:30:38 -0500 Sender: linux-next-owner@vger.kernel.org List-ID: To: Stephen Warren , Colin Cross , Olof Johansson Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Rob Herring , Prashant Gaikwad , Arnd Bergmann , linux-arm-kernel@lists.infradead.org --Signature=_Wed__23_Jan_2013_16_30_36_+1100_+8DozrnPOnmx9EGr Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi all, Today's linux-next merge of the tegra tree got a conflict in arch/arm/mach-tegra/platsmp.c between commit 520f7bd73354 ("irqchip: Move ARM gic.h to include/linux/irqchip/arm-gic.h") from the arm-soc tree and commit 4c6e1ff5b5fe ("ARM: tegra: move tegra_cpu_car.h to linux/clk/tegra.h") from the tegra tree. I fixed it up (see below) and can carry the fix as necessary (no action is required). --=20 Cheers, Stephen Rothwell sfr@canb.auug.org.au diff --cc arch/arm/mach-tegra/platsmp.c index 18d7290,3ec7fc4..0000000 --- a/arch/arm/mach-tegra/platsmp.c +++ b/arch/arm/mach-tegra/platsmp.c @@@ -18,11 -18,13 +18,13 @@@ #include #include #include +#include + #include =20 #include -#include #include #include + #include =20 #include =20 --Signature=_Wed__23_Jan_2013_16_30_36_+1100_+8DozrnPOnmx9EGr Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQIcBAEBCAAGBQJQ/3V8AAoJEECxmPOUX5FEUM0P/2OollIZsF76Z4N66Ld+v4GK AGVkeMVh6r5IQDOGSkt+yt8/mcQVYB1uPr2xxPN7oLJcr0jX4ZbjV058R1CZ/Vpw 5O+xWmBeXxKVyT2nHgyBy80n+psAEBrEVsdaWlKwaPlhJj821OAL5o0bRcRyRpaX zJM6ZzLTXomsdAPnzYr6xWu4k/i5Zke3RJ0O1r7lI9CZSAMtVGU1T0hKkSVFunXI eYcpIxIK9+BWJ4CuVq1tZustrmLGDNiYd+bnBiYgcObvmhTPoXTLvYS4F3pgqSnS 4lF7uyBOdliGGYIflEoPfDJndpJMcYaQLJYMzwZUZh087JB1zrmR6cfaahOb7GZo 9UDhCaOB4jas633lrzEW2ovRRuDwGlQ5/syejB/tpipdCyfi7xfVyzatG4m/XyeH +JhP5lDKYYjvZ90+yEfsjsRJd2iLPIGYcYM0vrbLWigoQW58JqSHbB7o+lpuq4r7 T7CSP0odOtvMJkwNDGSIq0d3LHUIw/5/x6fl9hvYFKreLLvRjNsLerCt//X7bvbr zkCzQR/wcZQQ/MNnQLNtAivR3DsYgpSwaqkfmiCW5JoZ0pA0/rvbWcQD4zKgr6SF LBynGIcoP8XtQiQYJTJxJldVnpwsXoAKezVCLRr8Pk4Gu9xVMZI7aEgh5azjBqpk DUgcR/DVtJhG4qXc/LcC =B4g1 -----END PGP SIGNATURE----- --Signature=_Wed__23_Jan_2013_16_30_36_+1100_+8DozrnPOnmx9EGr--