From patchwork Mon Oct 8 12:32:48 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wei Yongjun X-Patchwork-Id: 1565331 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork1.kernel.org (Postfix) with ESMTP id 4CFD840135 for ; Mon, 8 Oct 2012 12:35:05 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TLCW0-0005w1-Ga; Mon, 08 Oct 2012 12:32:56 +0000 Received: from mail-qa0-f42.google.com ([209.85.216.42]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TLCVv-0005vn-7i for linux-arm-kernel@lists.infradead.org; Mon, 08 Oct 2012 12:32:54 +0000 Received: by mail-qa0-f42.google.com with SMTP id t11so2001361qaa.15 for ; Mon, 08 Oct 2012 05:32:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=/fPcFB6lnWdLvC6GQb6ayUC/CRzG979/yFXWh02tRrk=; b=pew+23/WMJwsO4QsWsrO8UmE3JMXglgb0LH92lofeSujSeEiGuKZoD7qo3fXaNO9Q4 rvdtRkwYOL5bgXUBqdoKZl0XobD00dngkXlpsrZHTuNE1ZEdYQaPvymMDtC5w+pM28J8 UzXSWKzyGDiaLy8hmhgh4RqyYHWvUjU8zjzpsFlLrXApTEfn6E8LR4JZty2/XOrnHQ55 jwjsBWKi70AvErRjGhQ/zvvzrk3H9NmDgecrvLVBSZsxXJ67zD6E56HyZL3kQUz5xSAH T5KzGnPR1PkTJs8Yt8avlrwu4G3UehAJ6YPABsgGsCLRsv1b8q2NJ8lwAc0NOJkwlmM+ nKGQ== MIME-Version: 1.0 Received: by 10.224.100.200 with SMTP id z8mr29455186qan.75.1349699568266; Mon, 08 Oct 2012 05:32:48 -0700 (PDT) Received: by 10.229.146.194 with HTTP; Mon, 8 Oct 2012 05:32:48 -0700 (PDT) Date: Mon, 8 Oct 2012 20:32:48 +0800 Message-ID: Subject: [PATCH] [media] s5p-tv: remove unused including From: Wei Yongjun To: kyungmin.park@samsung.com, t.stanislaws@samsung.com, mchehab@infradead.org X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.7 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (weiyj.lk[at]gmail.com) -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.216.42 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: yongjun_wei@trendmicro.com.cn, linux-arm-kernel@lists.infradead.org, linux-media@vger.kernel.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org From: Wei Yongjun Remove including that don't need it. dpatch engine is used to auto generate this patch. (https://github.com/weiyj/dpatch) Signed-off-by: Wei Yongjun --- drivers/media/platform/s5p-tv/mixer_video.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/media/platform/s5p-tv/mixer_video.c b/drivers/media/platform/s5p-tv/mixer_video.c index 0c1cd89..9b52f3a 100644 --- a/drivers/media/platform/s5p-tv/mixer_video.c +++ b/drivers/media/platform/s5p-tv/mixer_video.c @@ -19,7 +19,6 @@ #include #include #include -#include #include #include