From mboxrd@z Thu Jan 1 00:00:00 1970 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 5727CCD6115 for ; Mon, 9 Oct 2023 17:32:49 +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=GtaBEg1QZiIJ05UT4i0/yqde7+l3u2sUKtXXn5N8Nj4=; b=1ZOWVOaAUSLMPO y9Cv66+JgSDK8I61Y0uYWeiRlQYHz8L5yqgOva13hwnL4otE52szjAJ8cPZfNZLIuLkpAfiyqBVZE l02GfP37+incX5mgKW7HkwB1ETwvFLFg/1cEYGyhyuZjqrEnM4Co+faGgfaHdtE2NCSXu8NXYkuxf PohXb1x1RRg+iJGPMlE5/hdVymZd0kx2TZf5Cp50wjGDJlLx/z07oyFZeEUj5PZxoxkelGPpxf3lN biYQnnmpSZU85im/AdS2O7z4w94JRFy5cdEBvfC42Km6bJWxKdfRgLjNdy35+z8Wb0sf7xqo4QwAT 17+sxL+3+ludCWwueTzA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qpu7d-00BIsv-0F; 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-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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-phy" Errors-To: linux-phy-bounces+linux-phy=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 --- 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 -- 2.42.0 -- linux-phy mailing list linux-phy@lists.infradead.org https://lists.infradead.org/mailman/listinfo/linux-phy From mboxrd@z Thu Jan 1 00:00:00 1970 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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 --- 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 -- 2.42.0 _______________________________________________ Linux-rockchip mailing list Linux-rockchip@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-rockchip From mboxrd@z Thu Jan 1 00:00:00 1970 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 2F7F6CD6115 for ; Mon, 9 Oct 2023 17:33:11 +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=Fp1MiIqifbEHEQDCjEoUc8Z0Hr6Q+5B+UM8jbPiRqbU=; b=dQ3bLdDJ/4C/8r ecdCpJMzKiPiRKkg+SoufQtVFrxCcG+e+J9lm/GbR/WPjc5uowipz4gDLEqkDswkiOus36q84DC81 8VP9Mf1eg/CypLtoicoLjJP1Vd2UFKUm9wNTSm+C+1/GMFmcL14qVOlzDjyf0nuY/t4ki4zewfKew qZzwu5F9H5RwN+Wx5kQkjUbSYoywhIaJ2CKRM3U8+90NXO8ZwByafk83kj9FThwsDx3a+j4b7fbqE +X+/4iXo/TUFn0mU/6ipO8qwGYbuTwPl7sAfQ5me5qKWgqcgXh8ctp/jNpKzCyXdD91DwbxgFLtzU 3ao/JnB5ObJytngTdE3g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qpu7b-00BIrs-1a; Mon, 09 Oct 2023 17:32:47 +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-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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=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 --- 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 -- 2.42.0 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel From mboxrd@z Thu Jan 1 00:00:00 1970 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 80575CD6114 for ; Mon, 9 Oct 2023 17:33:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1377478AbjJIRdC (ORCPT ); Mon, 9 Oct 2023 13:33:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51002 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1378057AbjJIRcp (ORCPT ); Mon, 9 Oct 2023 13:32:45 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 43A43FA for ; Mon, 9 Oct 2023 10:32:44 -0700 (PDT) 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 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Neither of_address.h or of_platform.h are used in the driver, so drop them. Signed-off-by: Rob Herring --- 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 -- 2.42.0