From patchwork Tue Nov 20 08:37:16 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 12973 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id EC62A23FC1 for ; Tue, 20 Nov 2012 08:43:41 +0000 (UTC) Received: from mail-ia0-f180.google.com (mail-ia0-f180.google.com [209.85.210.180]) by fiordland.canonical.com (Postfix) with ESMTP id 9505CA18439 for ; Tue, 20 Nov 2012 08:43:41 +0000 (UTC) Received: by mail-ia0-f180.google.com with SMTP id t4so1558513iag.11 for ; Tue, 20 Nov 2012 00:43:41 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:x-gm-message-state; bh=sX6+GWWKJ2r8HbaAF+DHBB11Ciw/kqAUFtxtHpAtIZk=; b=THA/2BUlcZudp/C7Va+P+tb9vN+cuKhrUxbfnoYhRjiKehTPW2SBudkE1b/0O6VbOu QWZND37GOC1HK0iDqFMNoPWlVQt2XuqsDp81ExKMjHfE9+2PD+OfManHjwY6CwTsw5pY f0m8qM8Yk9JSNNiiI5YLq9Aj4mQeQs3e0iO9MlwHu/tLicCcmKR9gVf6lrV7yb4AiAoZ weE6lwObNUiO1CA7s5rp2oW0w7z2xlBjskc5zHPKgOb6hCTnqvAjBfWyu9SA7AlkU/pv JX9W+2xeIKK36FPH5CWvChzK+T3C4xdxT9AqxWEpfJmHd568bla4lTrRJJP9hUPYs/ME GWsA== Received: by 10.50.213.34 with SMTP id np2mr9212858igc.57.1353401021053; Tue, 20 Nov 2012 00:43:41 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.50.67.148 with SMTP id n20csp287278igt; Tue, 20 Nov 2012 00:43:40 -0800 (PST) Received: by 10.68.189.233 with SMTP id gl9mr46154481pbc.166.1353401020321; Tue, 20 Nov 2012 00:43:40 -0800 (PST) Received: from mail-da0-f41.google.com (mail-da0-f41.google.com [209.85.210.41]) by mx.google.com with ESMTPS id o4si16995137paw.199.2012.11.20.00.43.39 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 20 Nov 2012 00:43:40 -0800 (PST) Received-SPF: neutral (google.com: 209.85.210.41 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.210.41; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.210.41 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) smtp.mail=sachin.kamat@linaro.org Received: by mail-da0-f41.google.com with SMTP id e20so1062664dak.0 for ; Tue, 20 Nov 2012 00:43:39 -0800 (PST) Received: by 10.66.76.98 with SMTP id j2mr6077561paw.65.1353401019817; Tue, 20 Nov 2012 00:43:39 -0800 (PST) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id os5sm7727623pbc.15.2012.11.20.00.43.33 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 20 Nov 2012 00:43:39 -0800 (PST) From: Sachin Kamat To: linux-kernel@vger.kernel.org Cc: gregkh@linuxfoundation.org, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH 1/1] staging: drm/imx: Remove duplicate inclusion of linux/videodev2.h Date: Tue, 20 Nov 2012 14:07:16 +0530 Message-Id: <1353400636-26193-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 X-Gm-Message-State: ALoCoQn3gl1iUAwLlnyaXVnqdtwD/cNMPs91jMw5DWBdwybM0NwAjMZH2a0l6yROv8boxQOUteIp linux/videodev2.h was included twice. Signed-off-by: Sachin Kamat --- arch/arm/mach-omap2/board-overo.c | 1 - drivers/staging/imx-drm/ipu-v3/imx-ipu-v3.h | 1 - 2 files changed, 0 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-omap2/board-overo.c b/arch/arm/mach-omap2/board-overo.c index 1cfb037..f5ba43f 100644 --- a/arch/arm/mach-omap2/board-overo.c +++ b/arch/arm/mach-omap2/board-overo.c @@ -45,7 +45,6 @@ #include #include -#include "common.h" #include