From patchwork Tue Oct 17 03:16:35 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yang Li X-Patchwork-Id: 13424386 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 EA859CDB465 for ; Tue, 17 Oct 2023 03:16:52 +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=sLMSacImBXuZpiH7ympQ17fEHTo/lairyt16EP7xxH4=; b=d3rq8mQFCLrX2O +ZWWHGV2xoKDsWUedNBH2ccqcJW/LXBl1THKqhydAZp+JUBD5+b9yHgGrB4v2RMNfeQAhwP89FcUF YImNmpY6bgT9Yk2UaxlKuPGAjCzJpOjIi6y32CLiG4XSa8fu77omXpbaG76sUrD4gOvX/N1S2ALyL +lUBAbiQ+WBx/OlOauHY2MkBWLEauwqXnWkwpT/uaY8EHk2VYIkA1ErkkHXNekl6FE7snqkI9KLYO SlmpnEYNE3rJgA0FPAzsM2qqPcpWS4PtYG3ZhpMmVzs8MmeAW5b/B4ZT0Ib284nPXtcuzDdWAyr+v d5b2ARit3cLuva2w58Yg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qsaZg-00B7Mb-1d; Tue, 17 Oct 2023 03:16:52 +0000 Received: from out30-100.freemail.mail.aliyun.com ([115.124.30.100]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qsaZb-00B7Ln-2E for linux-phy@lists.infradead.org; Tue, 17 Oct 2023 03:16:49 +0000 X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R631e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=ay29a033018046056;MF=yang.lee@linux.alibaba.com;NM=1;PH=DS;RN=6;SR=0;TI=SMTPD_---0VuLKptm_1697512596; Received: from localhost(mailfrom:yang.lee@linux.alibaba.com fp:SMTPD_---0VuLKptm_1697512596) by smtp.aliyun-inc.com; Tue, 17 Oct 2023 11:16:37 +0800 From: Yang Li To: vkoul@kernel.org, kishon@kernel.org Cc: linux-phy@lists.infradead.org, linux-kernel@vger.kernel.org, Yang Li , Abaci Robot Subject: [PATCH -next] phy: Remove duplicated include in phy-ralink-usb.c Date: Tue, 17 Oct 2023 11:16:35 +0800 Message-Id: <20231017031635.105993-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-20231016_201647_958748_04508FC5 X-CRM114-Status: UNSURE ( 5.81 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-phy@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Linux Phy Mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-phy" Errors-To: linux-phy-bounces+linux-phy=archiver.kernel.org@lists.infradead.org ./drivers/phy/ralink/phy-ralink-usb.c: linux/platform_device.h is included more than once. Reported-by: Abaci Robot Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=6851 Signed-off-by: Yang Li --- drivers/phy/ralink/phy-ralink-usb.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/phy/ralink/phy-ralink-usb.c b/drivers/phy/ralink/phy-ralink-usb.c index 41bce5290e92..0ff07e210769 100644 --- a/drivers/phy/ralink/phy-ralink-usb.c +++ b/drivers/phy/ralink/phy-ralink-usb.c @@ -16,7 +16,6 @@ #include #include #include -#include #include #include