From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751308Ab1CPFIu (ORCPT ); Wed, 16 Mar 2011 01:08:50 -0400 Received: from chilli.pcug.org.au ([203.10.76.44]:53385 "EHLO smtps.tip.net.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751060Ab1CPFIp (ORCPT ); Wed, 16 Mar 2011 01:08:45 -0400 Date: Wed, 16 Mar 2011 16:08:42 +1100 From: Stephen Rothwell To: Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Peter Zijlstra Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Sebastian Andrzej Siewior Subject: linux-next: manual merge of the tip tree with Linus' tree Message-Id: <20110316160842.493967db.sfr@canb.auug.org.au> X-Mailer: Sylpheed 3.1.0 (GTK+ 2.20.1; i486-pc-linux-gnu) 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 tip tree got a conflict in arch/x86/platform/ce4100/ce4100.c between commit 03150171dcf9 ("x86: ce4100: Set pci ops via callback instead of module init") from Linus' tree and commit 1fa4163bdc19 ("x86: ce4100: Use OF to setup devices") from the tip tree. I fixed it up (see below) and can carry the fix as necessary. However, I have no idea if the final setup of x86_init.pci.init_irq is correct. Hopefully this will be fixed up in the tip tree before it is sent to Linus. -- Cheers, Stephen Rothwell sfr@canb.auug.org.au diff --cc arch/x86/platform/ce4100/ce4100.c index cd6f184,68c0dbc..0000000 --- a/arch/x86/platform/ce4100/ce4100.c +++ b/arch/x86/platform/ce4100/ce4100.c @@@ -15,9 -15,11 +15,12 @@@ #include #include +#include + #include #include + #include #include + #include static int ce4100_i8042_detect(void) {