From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Rothwell Subject: linux-next: build failure after merge of the i2c tree (arm tree interaction) Date: Fri, 11 Feb 2011 11:45:14 +1100 Message-ID: <20110211114514.67f377b9.sfr@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from chilli.pcug.org.au ([203.10.76.44]:43899 "EHLO smtps.tip.net.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751546Ab1BKApW (ORCPT ); Thu, 10 Feb 2011 19:45:22 -0500 Sender: linux-next-owner@vger.kernel.org List-ID: To: Jean Delvare Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Ondrej Zary , Russell King Hi Jean, After merging the i2c tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/video/cyber2000fb.c:51:26: error: linux/i2c-id.h: No such file or directory Caused by commit 06bc0fe05c62297e1db2979d591770459439866e ("i2c: Get rid of ") interacting with commit 8749b1ad69f91be1f5735563c7f235f802c7ea7d ("VIDEO: cyberpro: add I2C support") from the arm tree. I applied the following fix up patch for today. Russell, this could be applied in the arm tree as there is nothing relevant in that header file even in Linus' tree. From: Stephen Rothwell Date: Fri, 11 Feb 2011 11:41:35 +1100 Subject: [PATCH] VIDEO: cyberpro: remove obsolate include Signed-off-by: Stephen Rothwell --- drivers/video/cyber2000fb.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/video/cyber2000fb.c b/drivers/video/cyber2000fb.c index 44db875..8503807 100644 --- a/drivers/video/cyber2000fb.c +++ b/drivers/video/cyber2000fb.c @@ -48,7 +48,6 @@ #include #include #include -#include #include #include -- 1.7.2.3 -- Cheers, Stephen Rothwell sfr@canb.auug.org.au http://www.canb.auug.org.au/~sfr/