From patchwork Thu Apr 8 11:49:26 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Huang Weiyi X-Patchwork-Id: 91256 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o38BvZ4h014570 for ; Thu, 8 Apr 2010 11:57:35 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758633Ab0DHL5d (ORCPT ); Thu, 8 Apr 2010 07:57:33 -0400 Received: from mail-qy0-f179.google.com ([209.85.221.179]:62080 "EHLO mail-qy0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758548Ab0DHL5c (ORCPT ); Thu, 8 Apr 2010 07:57:32 -0400 Received: by qyk9 with SMTP id 9so2342082qyk.1 for ; Thu, 08 Apr 2010 04:57:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:x-mailer; bh=74P8Oixju9LJjOHuVMUqqjZ/+bExNUV5S/yMghOt0Wo=; b=vPcYQ9ej+crO2Qni9Pea4XHoF6Cw8PLTwu2Ai/ZLt6jFPrPuw26zTiwEos8sJjgIMw 7Lmr74GxXjPpj+YhrSgkUMSc0y6iIW+WwIRTDktP4Um6SQ9f2vn+rLrdaPIXMY0G7Tuw tm5iM4l+qX+nhBHU004kGx1nzXgRzmhJroH4U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=m/gVg1qfmh6iTCpEBSxkZdgmKduMWyVQuFNmXP5EIeAPFza4MStO3AXee0WKl3YdZl DJ5OVoyUgnPYxZk3NKYMv52n4wSaEEW1HAPwL5Of3OpNlmHCkTqSb+jAvuVgCyBusZpX kj/NjDYh5u2w+ienlEziqZYQHWPAqqrI56ZSk= Received: by 10.229.224.133 with SMTP id io5mr18916qcb.37.1270727372829; Thu, 08 Apr 2010 04:49:32 -0700 (PDT) Received: from localhost.localdomain ([58.212.90.239]) by mx.google.com with ESMTPS id y41sm280217qce.5.2010.04.08.04.49.30 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 08 Apr 2010 04:49:32 -0700 (PDT) From: Huang Weiyi To: mchehab@redhat.com Cc: linux-media@vger.kernel.org, Huang Weiyi Subject: [PATCH 06/16] V4L/DVB: vpif: remove unused #include Date: Thu, 8 Apr 2010 19:49:26 +0800 Message-Id: <1270727366-3848-1-git-send-email-weiyi.huang@gmail.com> X-Mailer: git-send-email 1.6.1.2 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Thu, 08 Apr 2010 11:58:01 +0000 (UTC) diff --git a/drivers/media/video/davinci/vpif_capture.c b/drivers/media/video/davinci/vpif_capture.c index 2e5a7fb..f74b551 100644 --- a/drivers/media/video/davinci/vpif_capture.c +++ b/drivers/media/video/davinci/vpif_capture.c @@ -33,7 +33,6 @@ #include #include #include -#include #include #include #include diff --git a/drivers/media/video/davinci/vpif_display.c b/drivers/media/video/davinci/vpif_display.c index 13c3a1b..f8cd5e5 100644 --- a/drivers/media/video/davinci/vpif_display.c +++ b/drivers/media/video/davinci/vpif_display.c @@ -29,7 +29,6 @@ #include #include #include -#include #include #include