From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thierry Reding Subject: linux-next: manual merge of the imx-mxs tree Date: Fri, 25 Oct 2013 15:03:44 +0200 Message-ID: <1382706224-8859-6-git-send-email-treding@nvidia.com> References: <1382632289-18523-1-git-send-email-treding@nvidia.com> <1382706224-8859-1-git-send-email-treding@nvidia.com> Return-path: In-Reply-To: <1382706224-8859-1-git-send-email-treding@nvidia.com> Sender: linux-kernel-owner@vger.kernel.org To: Nishanth Menon , "Rafael J. Wysocki" , Tim Harvey , Shawn Guo Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: linux-next.vger.kernel.org Today's linux-next merge of the imx-mxs tree got a conflict in arch/arm/mach-imx/mach-imx6q.c caused by commits 6aec339 (PM / OPP: rename header to linux/pm_opp.h) and 0794410 (imx: add PCI fixup for PEX860X on Gateworks board). I fixed it up (see below). Please verify that the resolution looks good. Thanks, Thierry --- diff --cc arch/arm/mach-imx/mach-imx6q.c index eae5642,1ac719d..bc98799 --- a/arch/arm/mach-imx/mach-imx6q.c +++ b/arch/arm/mach-imx/mach-imx6q.c @@@ -23,8 -23,9 +23,10 @@@ #include #include #include - #include + #include + #include #include ++#include #include #include #include