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 A233FEB64DC for ; Tue, 18 Jul 2023 21:09:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230044AbjGRVJx (ORCPT ); Tue, 18 Jul 2023 17:09:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33902 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229927AbjGRVJv (ORCPT ); Tue, 18 Jul 2023 17:09:51 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C60221BC6 for ; Tue, 18 Jul 2023 14:09:23 -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 BF86B60F6B for ; Tue, 18 Jul 2023 21:09:21 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D9BBCC433C8; Tue, 18 Jul 2023 21:09:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1689714561; bh=N6XTQEhb2xZTZVgodkQXohG4i3IDBfEIFKImePH/pAs=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=OcckALaLmpk8OVUaLOAeipOiQDNX5C9Rljb+6GAw6rS8xnJJRufq1TpshQLfYPyzK v7AHFivWg1WNu2NFBK479Pdd0Oy3U8CXl8H28Dz3Nk/V92DPkKogRK0AjlDAb9tIGn zHm+w0X57/B5qa2do3wYXCy4mVdFkiil1VR2DuH0M5H9+g7j58/6ADiNGjhYGALlSm xL8xybCTYvLdaCyQf+Ls8p7bXPWm/8uSk4iN4kwRjAVP3FFe85OmxLEpQrNzUXImvl xnIu/+qpOXnAYNbkfOavaUdAVZlUyR5N0msz/Gj/iWjHcR+x0JNmguEH/sRzx0OVvk GHFPuGwVYB6XA== Received: (nullmailer pid 1830812 invoked by uid 1000); Tue, 18 Jul 2023 21:09:19 -0000 From: Rob Herring To: Patrice Chotard , Russell King Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH 2/2] ARM: sti: Drop unused includes Date: Tue, 18 Jul 2023 15:08:40 -0600 Message-Id: <20230718210839.1824792-2-robh@kernel.org> X-Mailer: git-send-email 2.40.1 In-Reply-To: <20230718210839.1824792-1-robh@kernel.org> References: <20230718210839.1824792-1-robh@kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Several includes are not needed, so drop them. Signed-off-by: Rob Herring --- This depends on patch 1. arch/arm/mach-sti/board-dt.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm/mach-sti/board-dt.c b/arch/arm/mach-sti/board-dt.c index ffecbf29646f..488084b61b4a 100644 --- a/arch/arm/mach-sti/board-dt.c +++ b/arch/arm/mach-sti/board-dt.c @@ -4,8 +4,6 @@ * Author(s): Srinivas Kandagatla */ -#include -#include #include #include -- 2.40.1