From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-ey0-f174.google.com ([209.85.215.174]:39011 "EHLO mail-ey0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754770Ab2ADNAS (ORCPT ); Wed, 4 Jan 2012 08:00:18 -0500 Received: by eaad14 with SMTP id d14so9350523eaa.19 for ; Wed, 04 Jan 2012 05:00:17 -0800 (PST) Message-ID: <4F044D21.1030204@mvista.com> Date: Wed, 04 Jan 2012 16:59:13 +0400 From: Sergei Shtylyov MIME-Version: 1.0 To: Manjunath Hadli CC: dlos , LAK , LMML , Mauro Carvalho Chehab Subject: Re: [PATCH v8 1/2] davinci: vpif: remove machine specific header file inclusion from the driver References: <1325661469-4411-1-git-send-email-manjunath.hadli@ti.com> <1325661469-4411-2-git-send-email-manjunath.hadli@ti.com> In-Reply-To: <1325661469-4411-2-git-send-email-manjunath.hadli@ti.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-media-owner@vger.kernel.org List-ID: Hello. On 04-01-2012 11:17, Manjunath Hadli wrote: > remove unnecessary inclusion of machine specific header files mach/dm646x.h, > mach/hardware.h from vpif.h and aslo mach/dm646x.h from vpif_display.c > driver which comes in the way of platform code consolidation. > Add linux/i2c.h header file in vpif_types.h which is required for > building. This last modification should be in a separate patch. Don;t mix changes having the different purpose. > Signed-off-by: Manjunath Hadli > Cc: Mauro Carvalho Chehab > Cc: LMML WBR, Sergei