From patchwork Mon Jul 20 08:03:10 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chaithrika U S X-Patchwork-Id: 1345 Return-path: Envelope-to: mchehab@infradead.org Delivery-date: Mon, 20 Jul 2009 08:53:55 +0000 Received: from bombadil.infradead.org [18.85.46.34] by pedra.chehab.org with IMAP (fetchmail-6.3.6) for (single-drop); Mon, 20 Jul 2009 07:15:26 -0300 (BRT) Received: from vger.kernel.org ([209.132.176.167]) by bombadil.infradead.org with esmtp (Exim 4.69 #1 (Red Hat Linux)) id 1MSod9-0001Uk-8t; Mon, 20 Jul 2009 08:53:55 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752835AbZGTIxx (ORCPT + 1 other); Mon, 20 Jul 2009 04:53:53 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752904AbZGTIxx (ORCPT ); Mon, 20 Jul 2009 04:53:53 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:44122 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752835AbZGTIxw (ORCPT ); Mon, 20 Jul 2009 04:53:52 -0400 Received: from dflp53.itg.ti.com ([128.247.5.6]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id n6K8rgGd018599; Mon, 20 Jul 2009 03:53:47 -0500 Received: from tidmzi-ftp.india.ext.ti.com (localhost [127.0.0.1]) by dflp53.itg.ti.com (8.13.8/8.13.8) with SMTP id n6K8rd8w028458; Mon, 20 Jul 2009 03:53:40 -0500 (CDT) Received: from symphonyindia.ti.com (symphony-ftp [192.168.247.11]) by tidmzi-ftp.india.ext.ti.com (Postfix) with SMTP id 279743886B; Mon, 20 Jul 2009 14:20:52 +0530 (IST) Received: from localhost.localdomain ([192.168.247.76]) by symphonyindia.ti.com (8.13.1/8.12.10) with ESMTP id n6K8mXhi007050; Mon, 20 Jul 2009 14:18:33 +0530 From: Chaithrika U S To: linux-media@vger.kernel.org Cc: mchehab@infradead.org, hverkuil@xs4all.nl, davinci-linux-open-source@linux.davincidsp.com, Chaithrika U S Subject: [PATCH] v4l: DaVinci: DM646x: Update the structure name as per header file changes Date: Mon, 20 Jul 2009 04:03:10 -0400 Message-Id: <1248076990-19143-1-git-send-email-chaithrika@ti.com> X-Mailer: git-send-email 1.5.6 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org In the platform header file, the subdev_info structure name has been changed to vpif_subdev_info. Update this change in the driver too. Signed-off-by: Chaithrika U S --- Applies to v4l-dvb repository. drivers/media/video/davinci/vpif_display.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/media/video/davinci/vpif_display.c b/drivers/media/video/davinci/vpif_display.c index 9ab2c09..5819bb8 100644 --- a/drivers/media/video/davinci/vpif_display.c +++ b/drivers/media/video/davinci/vpif_display.c @@ -1424,7 +1424,7 @@ vpif_init_free_channel_objects: */ static __init int vpif_probe(struct platform_device *pdev) { - const struct subdev_info *subdevdata; + const struct vpif_subdev_info *subdevdata; int i, j = 0, k, q, m, err = 0; struct i2c_adapter *i2c_adap; struct vpif_config *config;