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 4F08AC04A6A for ; Sat, 12 Aug 2023 15:01:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230427AbjHLPB3 (ORCPT ); Sat, 12 Aug 2023 11:01:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54100 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230298AbjHLPB1 (ORCPT ); Sat, 12 Aug 2023 11:01:27 -0400 Received: from relay5-d.mail.gandi.net (relay5-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::225]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CAC95171B for ; Sat, 12 Aug 2023 08:01:30 -0700 (PDT) Received: by mail.gandi.net (Postfix) with ESMTPSA id 3669E1C0003; Sat, 12 Aug 2023 15:01:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1691852489; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=xD46QLLKqYAZpIv8Zm3OD9Uy8ErPx2FduFRoqZTMThQ=; b=P6c6sq5fgBzYqVs4xo3vUBCzii+yAtAYXTv/7IQrNuZyMwdQfeDyWUMpQW/rIL6/y9gWxy UI6H2S3nWWD5LTK9OWbB7L1vHE358sziZ582vA7uBjgBW0h6xlGTVr1AYarkKUsOErWQAh 9sYrZDu4Hfo+v96TGct+rOp4Z4p09FNzLJD6Hikl19c9HDeuTG4eOIRDTyzr7XIC9dExxU IhBtHCcMQ7t1kMCY4NdwklC6nUx1h6EZdPQgHvKJB7jnrYXbvlSF30AWdmi4Jg01BkvU5A mqMqliZwzFlofLsZERsTtQw6ZMAQWLjQTxyqM8s5USa/DuiDP/xQ5sR++UgkkQ== From: Gregory CLEMENT To: Rob Herring , Andrew Lunn , Sebastian Hesselbarth , Russell King Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: dove: Drop unused includes In-Reply-To: <20230717225645.3214989-1-robh@kernel.org> References: <20230717225645.3214989-1-robh@kernel.org> Date: Sat, 12 Aug 2023 17:01:29 +0200 Message-ID: <87sf8otid2.fsf@BL-laptop> MIME-Version: 1.0 Content-Type: text/plain X-GND-Sasl: gregory.clement@bootlin.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Rob Herring writes: > Several includes are not needed, so drop them. > > Signed-off-by: Rob Herring Applied on mvebu/arm Thanks, Gregory > --- > arch/arm/mach-dove/common.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/arch/arm/mach-dove/common.c b/arch/arm/mach-dove/common.c > index cd4ae7e4768d..3aea90bbb41a 100644 > --- a/arch/arm/mach-dove/common.c > +++ b/arch/arm/mach-dove/common.c > @@ -9,8 +9,6 @@ > #include > #include > #include > -#include > -#include > #include > #include > #include > -- > 2.40.1 > -- Gregory Clement, Bootlin Embedded Linux and Kernel engineering http://bootlin.com