From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757747AbcCDEab (ORCPT ); Thu, 3 Mar 2016 23:30:31 -0500 Received: from ozlabs.org ([103.22.144.67]:50133 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755748AbcCDEa3 (ORCPT ); Thu, 3 Mar 2016 23:30:29 -0500 Date: Fri, 4 Mar 2016 15:30:26 +1100 From: Stephen Rothwell To: Marcelo Tosatti , Gleb Natapov , , Michael Ellerman , Benjamin Herrenschmidt , Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, "Aneesh Kumar K.V" , Alexey Kardashevskiy , Paul Mackerras Subject: linux-next: manual merge of the kvm tree with the powerpc tree Message-ID: <20160304153026.76c2732b@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi all, Today's linux-next merge of the kvm tree got a conflict in: arch/powerpc/kvm/book3s_64_vio_hv.c between commit: f64e8084c94b ("powerpc/mm: Move hash related mmu-*.h headers to book3s/") from the powerpc tree and commit: d3695aa4f452 ("KVM: PPC: Add support for multiple-TCE hcalls") from the kvm tree. I fixed it up (see below) and can carry the fix as necessary (no action is required). -- Cheers, Stephen Rothwell diff --cc arch/powerpc/kvm/book3s_64_vio_hv.c index 039028d3ccb5,44be73e6aa26..000000000000 --- a/arch/powerpc/kvm/book3s_64_vio_hv.c +++ b/arch/powerpc/kvm/book3s_64_vio_hv.c @@@ -29,7 -30,8 +30,8 @@@ #include #include #include -#include +#include + #include #include #include #include