From patchwork Mon Oct 9 17:29:12 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rob Herring X-Patchwork-Id: 13414120 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 D900DCD6115 for ; Mon, 9 Oct 2023 17:32:57 +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=ScWzznLAGO+GV6YJPIjpw4vmRyrhOLTbBm25Uu79kuA=; b=Whr1B8Sf2FzmJr Kx98Ko4DBxiVWXFs2ZXck9aAlNRODLkcJdlRibW8EjuH0LRTHmznywpSGLXImAGeNrQiPmizyqp/u U2NmGe4NC3ZqJnb/W0cc/xALQ7W33U9BIQIWbMyYeh+XpTnhwDHnYoGstwnT6ywKNImMO9cEvvRT3 UBSUr3ZuXDV0tupJJ9JVBsiRW5wA26t67mXMPjmIkd8aqwJMsDU7OysZ4pO55FYgpyvJ77/pWgviM zu/yKw41/NZo/rn4NusGDG/ZYb6AIrbbjDE9CPAYDKN39ynzU9WXj6bjCrRiwfxQqUbyG/9ddROYA i2UbAHqVIB/re7FeXwGA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qpu7d-00BItA-1C; Mon, 09 Oct 2023 17:32:49 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qpu7Y-00BIqI-2F; Mon, 09 Oct 2023 17:32:46 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 1C0A261253; Mon, 9 Oct 2023 17:32:44 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 27C31C433B7; Mon, 9 Oct 2023 17:32:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1696872763; bh=VUVftVqUQRAPrRXE5GXtCJ+nNN13cHRo2rvt57YHjgc=; h=From:To:Cc:Subject:Date:From; b=JYsnawpGhovMxfMRYcfdbd6wxbvQ8ChNzNDsoiXhlpSd1bo9987is6kP93xTrTY07 8yRI11kphrlvzEfFZmAoIxjawJVyaTU69p7pQ0tHihiSz88kIoPlISqLvaH/FnHoGs 2WcE9QA9XQkj8/PaGNhPeIZiwVZLKifqy4Xpwqc6WksbE1eS/tghLfoSnnLiMZfyd/ CZj2Jt8VJZWLB/Ic0JdPqnIE+GTcWlq0ZEqJo3NYq74ryoqQnokIHOqUeMiQS8LZCA KffdxXiEhS/zudMmTiM4FHrhcZkaGIUU191GC74UF/QaF7Av3tkLvyJOy/BNjQq1oi j3xv9s5ZnxvuQ== Received: (nullmailer pid 2530447 invoked by uid 1000); Mon, 09 Oct 2023 17:32:42 -0000 From: Rob Herring To: Vinod Koul , Kishon Vijay Abraham I , Heiko Stuebner Cc: linux-phy@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH] phy: rockchip-inno-usb2: Drop unnecessary DT includes Date: Mon, 9 Oct 2023 12:29:12 -0500 Message-ID: <20231009172923.2457844-17-robh@kernel.org> X-Mailer: git-send-email 2.42.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231009_103244_772960_0F3C41FC X-CRM114-Status: UNSURE ( 8.14 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org Neither of_address.h or of_platform.h are used in the driver, so drop them. Signed-off-by: Rob Herring Reviewed-by: Heiko Stuebner --- drivers/phy/rockchip/phy-rockchip-inno-usb2.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/phy/rockchip/phy-rockchip-inno-usb2.c b/drivers/phy/rockchip/phy-rockchip-inno-usb2.c index b982c3f0d4b5..a24d2af154df 100644 --- a/drivers/phy/rockchip/phy-rockchip-inno-usb2.c +++ b/drivers/phy/rockchip/phy-rockchip-inno-usb2.c @@ -17,9 +17,7 @@ #include #include #include -#include #include -#include #include #include #include