From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752132Ab3AVMf6 (ORCPT ); Tue, 22 Jan 2013 07:35:58 -0500 Received: from mx1.redhat.com ([209.132.183.28]:48355 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751090Ab3AVMfz (ORCPT ); Tue, 22 Jan 2013 07:35:55 -0500 Date: Tue, 22 Jan 2013 10:34:51 -0200 From: Mauro Carvalho Chehab To: Mauro Carvalho Chehab Cc: Shawn Guo , Arnd Bergmann , , , , Javier Martin , Fabio Estevam , Sascha Hauer , Subject: Re: [PATCH 09/15] media: coda: don't build on multiplatform Message-ID: <20130122103451.16522151@redhat.com> In-Reply-To: <20130122103222.27b615d7@redhat.com> References: <1358788568-11137-1-git-send-email-arnd@arndb.de> <1358788568-11137-10-git-send-email-arnd@arndb.de> <20130122035402.GC29677@S2100-06.ap.freescale.net> <20130122103222.27b615d7@redhat.com> 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 Em Tue, 22 Jan 2013 10:32:22 -0200 Mauro Carvalho Chehab escreveu: > Em Tue, 22 Jan 2013 11:54:04 +0800 > Shawn Guo escreveu: > > > On Mon, Jan 21, 2013 at 05:16:02PM +0000, Arnd Bergmann wrote: > > > The coda video codec driver depends on a mach-imx or mach-mxs specific > > > header file "mach/iram.h". This is not available when building for > > > multiplatform, so let us disable this driver for v3.8 when building > > > multiplatform, and hopefully find a proper fix for v3.9. > > > > > > drivers/media/platform/coda.c:27:23: fatal error: mach/iram.h: No such file or directory > > > > > > Signed-off-by: Arnd Bergmann > > > Cc: Javier Martin > > > Cc: Fabio Estevam > > > Cc: Sascha Hauer > > > Cc: Shawn Guo > > > > Acked-by: Shawn Guo > > > > > Cc: Mauro Carvalho Chehab > > Acked-by: Mauro Carvalho Chehab Err... actually, as Sascha has a proper fix for it, it should be used, instead. So: Nacked-by: Mauro Carvalho Chehab Regards, Mauro