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 1BB31EB64DA for ; Wed, 19 Jul 2023 15:06:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231372AbjGSPGV (ORCPT ); Wed, 19 Jul 2023 11:06:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49906 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229646AbjGSPGT (ORCPT ); Wed, 19 Jul 2023 11:06:19 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 81CC21722 for ; Wed, 19 Jul 2023 08:06:12 -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 1B63661720 for ; Wed, 19 Jul 2023 15:06:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3BA8DC433C8; Wed, 19 Jul 2023 15:06:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1689779171; bh=wWsF04L3+JcVTYX353xMP+c06Dg1DmVPDdiQWYeDml8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=O7fJY6e0EOfiKSmA1JrE/FolxFkrmQIvA+XSYn9IvtGY8GsLCTI0xntI/w8Zz6V4z NJ3cwOHwsmbQcemT8tptEUzUz+2jaZGvZ4xuOM73KiRk1058IF/sp+aEy6hY56OkNM FYAtcyqajqrNP93SXRXygKAH2NCsGJNBPEZqs1f/vVFCsCD06CxabMkR4DRb1WUaLz MyqDIETva9pWDc+fQFE6rxagqPaoXn8nKzMIBp8XNZ5Lm0fT0oc+SCECu8xEqOBA1N Goak4/7kk4kAJY9GQQT5jVJk64NZTg2MMa9coCrqDgPt+YQilll8INPNrDKiLjtwzq hkTJ4uSoyLG6w== Date: Wed, 19 Jul 2023 22:54:38 +0800 From: Jisheng Zhang To: Rob Herring Cc: Sebastian Hesselbarth , Russell King , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: berlin: Drop unused includes Message-ID: References: <20230717225654.3215215-1-robh@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20230717225654.3215215-1-robh@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jul 17, 2023 at 04:56:54PM -0600, Rob Herring wrote: > Several includes are not needed, so drop them. > > Signed-off-by: Rob Herring Thanks for the patch. I will send a PR during RC6 > --- > arch/arm/mach-berlin/berlin.c | 5 ----- > 1 file changed, 5 deletions(-) > > diff --git a/arch/arm/mach-berlin/berlin.c b/arch/arm/mach-berlin/berlin.c > index 2424ad40190c..13d5c899f09e 100644 > --- a/arch/arm/mach-berlin/berlin.c > +++ b/arch/arm/mach-berlin/berlin.c > @@ -8,11 +8,6 @@ > * (c) Marvell International Ltd. > */ > > -#include > -#include > -#include > -#include > -#include > #include > > static const char * const berlin_dt_compat[] = { > -- > 2.40.1 >