From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753160AbcBXACO (ORCPT ); Tue, 23 Feb 2016 19:02:14 -0500 Received: from ozlabs.org ([103.22.144.67]:45260 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752613AbcBXACL (ORCPT ); Tue, 23 Feb 2016 19:02:11 -0500 Date: Wed, 24 Feb 2016 11:02:09 +1100 From: Stephen Rothwell To: Bjorn Helgaas Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Jake Oshins Subject: linux-next: manual merge of the pci tree with the pci-current tree Message-ID: <20160224110209.424b22bd@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 Bjorn, Today's linux-next merge of the pci tree got a conflict in: drivers/pci/probe.c between commit: 788858ebc49a ("PCI: Look up IRQ domain by fwnode_handle") from the pci-current tree and commit: 5bd28338d681 ("PCI: Remove includes of empty asm-generic/pci-bridge.h") from the pci tree. I fixed it up (see below) and can carry the fix as necessary (no action is required). -- Cheers, Stephen Rothwell diff --cc drivers/pci/probe.c index 1e34d211389a,5eb378fbe849..000000000000 --- a/drivers/pci/probe.c +++ b/drivers/pci/probe.c @@@ -15,8 -15,6 +15,7 @@@ #include #include #include +#include - #include #include "pci.h" #define CARDBUS_LATENCY_TIMER 176 /* secondary latency timer */