From patchwork Tue Feb 1 04:04:31 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yang Li X-Patchwork-Id: 12731385 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 37F58C433F5 for ; Tue, 1 Feb 2022 04:06:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=9V1LBoAMLdWXl8bcifob/0wBJohPgLAkKIGzTNhYJIY=; b=3Cxz72kaL/+eJM 9ohgwsxzPk78DQNNGH5JGM6nE6FbUVDuD0osPEC0lsjiUsi9PXyclfWz8ThiB0NG96OpBXXSY2RSj G0O3Yw+sGSUwAMHIcidkGBNvhYI1FvBvEo1zhhEsnsyvo6zxSgY7ui2+LYYwVZtjPjoSpzBYVSI6y YvO/II4X3WLzl1O9tpFhdKMpL4ASc0bpcwmyjSCN/zExdvtEIy9L0C3mbGDtyaishiByDeuVCESVo Ebmkb0ostcg2TAdxiWVGwEeZll20B7/+xJdDvcix3dyECqkFRWeMQc0hje7KlrPlR8hSE+2g7S5lA ORj6Ll4XMLDDI8HV54Mg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nEkPN-00B5t5-2b; Tue, 01 Feb 2022 04:04:45 +0000 Received: from out30-45.freemail.mail.aliyun.com ([115.124.30.45]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nEkPI-00B5rq-Qz for linux-arm-kernel@lists.infradead.org; Tue, 01 Feb 2022 04:04:42 +0000 X-Alimail-AntiSpam: AC=PASS; BC=-1|-1; BR=01201311R111e4; CH=green; DM=||false|; DS=||; FP=0|-1|-1|-1|0|-1|-1|-1; HT=e01e04423; MF=yang.lee@linux.alibaba.com; NM=1; PH=DS; RN=12; SR=0; TI=SMTPD_---0V3MZ6Gv_1643688273; Received: from localhost(mailfrom:yang.lee@linux.alibaba.com fp:SMTPD_---0V3MZ6Gv_1643688273) by smtp.aliyun-inc.com(127.0.0.1); Tue, 01 Feb 2022 12:04:34 +0800 From: Yang Li To: eajames@linux.ibm.com Cc: mchehab@kernel.org, joel@jms.id.au, andrew@aj.id.au, jammy_huang@aspeedtech.com, linux-media@vger.kernel.org, openbmc@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org, linux-aspeed@lists.ozlabs.org, linux-kernel@vger.kernel.org, Yang Li , Abaci Robot Subject: [PATCH -next] media: aspeed: Remove duplicated include in aspeed-video.c Date: Tue, 1 Feb 2022 12:04:31 +0800 Message-Id: <20220201040431.9881-1-yang.lee@linux.alibaba.com> X-Mailer: git-send-email 2.20.1.7.g153144c MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220131_200441_068246_F73CA413 X-CRM114-Status: UNSURE ( 6.41 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Fix following includecheck warning: ./drivers/media/platform/aspeed-video.c: linux/videodev2.h is included more than once. Reported-by: Abaci Robot Signed-off-by: Yang Li --- drivers/media/platform/aspeed-video.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/media/platform/aspeed-video.c b/drivers/media/platform/aspeed-video.c index 51fb18453b81..53409d86fe44 100644 --- a/drivers/media/platform/aspeed-video.c +++ b/drivers/media/platform/aspeed-video.c @@ -32,7 +32,6 @@ #include #include #include -#include #define DEVICE_NAME "aspeed-video"