From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jisheng Zhang Date: Sun, 6 Aug 2023 17:26:09 +0800 Subject: [PATCH v2 04/23] ARM: berlin: Drop unused includes In-Reply-To: <20230803-dt-header-cleanups-for-soc-v2-4-d8de2cc88bff@kernel.org> References: <20230803-dt-header-cleanups-for-soc-v2-0-d8de2cc88bff@kernel.org> <20230803-dt-header-cleanups-for-soc-v2-4-d8de2cc88bff@kernel.org> Message-ID: List-Id: To: linux-aspeed@lists.ozlabs.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Thu, Aug 03, 2023 at 04:42:44PM -0600, Rob Herring wrote: > Several includes are not needed, so drop them. > > Signed-off-by: Rob Herring Reviewed-by: Jisheng Zhang Thanks! PS: what would be the better merge path? Arnd take it directly with each sub-maintainers' ack or something else? > --- > 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 >