From nobody Sun Feb 8 01:30:10 2026 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 F11EBEB64DC for ; Mon, 17 Jul 2023 23:11:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231246AbjGQXLG (ORCPT ); Mon, 17 Jul 2023 19:11:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60408 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231233AbjGQXLC (ORCPT ); Mon, 17 Jul 2023 19:11:02 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 16D96171B for ; Mon, 17 Jul 2023 16:10:22 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 0DF8661168 for ; Mon, 17 Jul 2023 23:01:19 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6A9BBC433C8; Mon, 17 Jul 2023 23:01:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1689634878; bh=MjF9pvhJoJr55QGnjcCWrSX7t2Z3SNWtHtBgNOT/aLw=; h=From:To:Cc:Subject:Date:From; b=dQ0ps6dZDV+8FJoXESuSK2+xE1zdf5jU8rBKEl5yXwvtesSiYZ9ICOhJL0ItCP8ZT 5QnzqYA2JSxKRNllPk8pngGk09TNeL+o/SEg36mxfxRpv/wiPDN8jztiHwveTIOAho L9nSJTZrNa4KH1ycuXBGI2wJD4JdyzdbRmHAiNaRRCTVO5ItrAebnUg6BcRpnoEYIj 8hfeKVlu7w/RQseMZlhua6zq160I1CO3vonMn61BBiT1JdPbj6bwa7TDxkAUlfZRtU Syx5LimJdeZ1WHE8WxCwqXG1C8D/5XzkjTHXOTOKNQ0nJD9O1nVAsF91gNTMssPFXF v+PzRjOzx7tzw== Received: (nullmailer pid 3215606 invoked by uid 1000); Mon, 17 Jul 2023 22:57:09 -0000 From: Rob Herring To: Florian Fainelli , Hauke Mehrtens , =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= , Broadcom internal kernel review list , Ray Jui , Scott Branden , Russell King Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH] ARM: bcm: Drop unused includes Date: Mon, 17 Jul 2023 16:57:03 -0600 Message-Id: <20230717225704.3215469-1-robh@kernel.org> X-Mailer: git-send-email 2.40.1 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" Several includes are not needed, so drop them. of_platform.h is not needed, but it implicitly includes of.h which is needed. Signed-off-by: Rob Herring --- arch/arm/mach-bcm/bcm_5301x.c | 2 -- arch/arm/mach-bcm/board_bcm23550.c | 2 -- arch/arm/mach-bcm/brcmstb.c | 1 - arch/arm/mach-bcm/platsmp-brcmstb.c | 2 +- 4 files changed, 1 insertion(+), 6 deletions(-) diff --git a/arch/arm/mach-bcm/bcm_5301x.c b/arch/arm/mach-bcm/bcm_5301x.c index fe067f6cebb6..cd29496da1ea 100644 --- a/arch/arm/mach-bcm/bcm_5301x.c +++ b/arch/arm/mach-bcm/bcm_5301x.c @@ -5,8 +5,6 @@ * * Licensed under the GNU/GPL. See COPYING for details. */ -#include -#include =20 #include #include diff --git a/arch/arm/mach-bcm/board_bcm23550.c b/arch/arm/mach-bcm/board_b= cm23550.c index dd6e9cb785e0..3784b7372ad8 100644 --- a/arch/arm/mach-bcm/board_bcm23550.c +++ b/arch/arm/mach-bcm/board_bcm23550.c @@ -1,8 +1,6 @@ // SPDX-License-Identifier: GPL-2.0-only // Copyright (C) 2016 Broadcom =20 -#include - #include =20 static const char * const bcm23550_dt_compat[] =3D { diff --git a/arch/arm/mach-bcm/brcmstb.c b/arch/arm/mach-bcm/brcmstb.c index 2e3385ced82a..43bc98e388bf 100644 --- a/arch/arm/mach-bcm/brcmstb.c +++ b/arch/arm/mach-bcm/brcmstb.c @@ -3,7 +3,6 @@ =20 #include #include -#include =20 #include #include diff --git a/arch/arm/mach-bcm/platsmp-brcmstb.c b/arch/arm/mach-bcm/platsm= p-brcmstb.c index 8989299ebdd6..07aeda1d66a8 100644 --- a/arch/arm/mach-bcm/platsmp-brcmstb.c +++ b/arch/arm/mach-bcm/platsmp-brcmstb.c @@ -10,8 +10,8 @@ #include #include #include +#include #include -#include #include #include #include --=20 2.40.1