From nobody Wed Dec 17 08:21:12 2025 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 135D4CDB465 for ; Tue, 17 Oct 2023 03:16:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232995AbjJQDQo (ORCPT ); Mon, 16 Oct 2023 23:16:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42860 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231955AbjJQDQm (ORCPT ); Mon, 16 Oct 2023 23:16:42 -0400 Received: from out30-112.freemail.mail.aliyun.com (out30-112.freemail.mail.aliyun.com [115.124.30.112]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5216093 for ; Mon, 16 Oct 2023 20:16:40 -0700 (PDT) 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 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" ./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=3D6851 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-r= alink-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 =20 --=20 2.20.1.7.g153144c