From patchwork Mon Nov 12 13:33:40 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tomi Valkeinen X-Patchwork-Id: 1728211 Return-Path: X-Original-To: patchwork-linux-omap@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id 1DCEADFE80 for ; Mon, 12 Nov 2012 13:34:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752466Ab2KLNeF (ORCPT ); Mon, 12 Nov 2012 08:34:05 -0500 Received: from devils.ext.ti.com ([198.47.26.153]:39731 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752666Ab2KLNeD (ORCPT ); Mon, 12 Nov 2012 08:34:03 -0500 Received: from dlelxv30.itg.ti.com ([172.17.2.17]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id qACDY2Xo023409; Mon, 12 Nov 2012 07:34:02 -0600 Received: from DFLE72.ent.ti.com (dfle72.ent.ti.com [128.247.5.109]) by dlelxv30.itg.ti.com (8.13.8/8.13.8) with ESMTP id qACDY2vM004478; Mon, 12 Nov 2012 07:34:02 -0600 Received: from dlelxv22.itg.ti.com (172.17.1.197) by dfle72.ent.ti.com (128.247.5.109) with Microsoft SMTP Server id 14.1.323.3; Mon, 12 Nov 2012 07:34:01 -0600 Received: from deskari.tieu.ti.com (h68-17.vpn.ti.com [172.24.68.17]) by dlelxv22.itg.ti.com (8.13.8/8.13.8) with ESMTP id qACDXtHe005436; Mon, 12 Nov 2012 07:34:00 -0600 From: Tomi Valkeinen To: , CC: Tony Lindgren , , Archit Taneja , Tomi Valkeinen Subject: [PATCH 2/2] [media] omap_vout: remove extra include Date: Mon, 12 Nov 2012 15:33:40 +0200 Message-ID: <1352727220-22540-3-git-send-email-tomi.valkeinen@ti.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1352727220-22540-1-git-send-email-tomi.valkeinen@ti.com> References: <1352727220-22540-1-git-send-email-tomi.valkeinen@ti.com> MIME-Version: 1.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org Remove including plat/dma.h which is not needed. Signed-off-by: Tomi Valkeinen --- drivers/media/platform/omap/omap_vout.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/media/platform/omap/omap_vout.c b/drivers/media/platform/omap/omap_vout.c index 7b1afc8..a2cc634 100644 --- a/drivers/media/platform/omap/omap_vout.c +++ b/drivers/media/platform/omap/omap_vout.c @@ -44,7 +44,6 @@ #include #include -#include #include