From patchwork Wed Aug 23 16:56:38 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rob Herring X-Patchwork-Id: 13362946 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id B8E04C3DA66 for ; Wed, 23 Aug 2023 16:58:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=zXlCO6ybbRTcY7XxWXHeDOrz/DqFr8u1OLwbvhbBgtk=; b=gM0MaT5GZ0aQ0a orsgk8ED/NLY2sNvrITV3vf8PROUukjnJulNs2x7bS6HkNgAouUFPcVr/LPwfsEi8timqdb53dpDA VEbmKhdoFCH4gSTmhd9rE8LkOZGpdFj27JrmrMFWdR04l3IdGi3emq/sjCkxWsmlMDTd6M/Rnqdo1 v2GGxakYOO/YK0z6r9qv1w0rYb/5Nuc/8aJBJ706DbbM0aCibSM0MLbmxoqAZk4pPFxRm+pGB+yCU b8YjTnDmkEBLsMrazCGp/CA/VazhW1UMo0tIp3pAC3Df14D5cWCtGwcwgLAlal5uZdtHJfJ6p3b0Y K7ZUjIJ7nQAyikvP0slA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qYrAu-0019rQ-1X; Wed, 23 Aug 2023 16:57:44 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qYrAq-0019qt-2Y for linux-arm-kernel@lists.infradead.org; Wed, 23 Aug 2023 16:57:42 +0000 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 19A5F60F76; Wed, 23 Aug 2023 16:57:40 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D6312C433C7; Wed, 23 Aug 2023 16:57:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1692809859; bh=9pqzRgCnH4DfYz97mncgoNC8MnrSCgZVcFdCaWjI43k=; h=From:List-Id:To:Cc:Subject:Date:From; b=luPsH3xUbs/jE9mVEqH5a03ETlmzaY36DeP9zc45jOHR2IhnAfAm1nbJAbEZ397Ob U4L65NTDvbJf0umpvjPb9eVFVEdcs74myoacUjNifE3viTyy5mL62EgCHvXN6x6ACO JwMqVeIbaOimapWct1Bzf5mvvlXLz/e76hqAk/kALm6eQCaiCNwxr2GUKJXYImUhZp 3r1t8rOZAzH+86UgiYVBC5m9FGq/MTUb48pILZELPUfkDcAqFZhftC3QMRHZUK1uAU RW/92mC6h0tRFVb5e9pCeI8qOtG7UM748NfV6shsxj4Ov1bIh3y1lEl3G6k3+i3/ef W6XxuH/IKbrPQ== Received: (nullmailer pid 2467551 invoked by uid 1000); Wed, 23 Aug 2023 16:57:37 -0000 From: Rob Herring To: soc@kernel.org, Bartosz Golaszewski , Russell King Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH v2] ARM: davinci: Drop unused includes Date: Wed, 23 Aug 2023 11:56:38 -0500 Message-Id: <20230823165637.2466480-1-robh@kernel.org> X-Mailer: git-send-email 2.40.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230823_095740_870478_88C5DEF3 X-CRM114-Status: GOOD ( 11.65 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org of_platform.h include is not needed, so drop it. It implicitly includes of.h (for now) which is needed. Signed-off-by: Rob Herring Acked-by: Bartosz Golaszewski --- Arnd, Here's one more that slipped thru the cracks. Please take directly. v2: Fix subject to be 'davinci' not 'keystone' --- arch/arm/mach-davinci/pdata-quirks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-davinci/pdata-quirks.c b/arch/arm/mach-davinci/pdata-quirks.c index b8b5f1a5e092..b5b5c7bda61e 100644 --- a/arch/arm/mach-davinci/pdata-quirks.c +++ b/arch/arm/mach-davinci/pdata-quirks.c @@ -5,7 +5,7 @@ * Copyright (C) 2016 BayLibre, Inc */ #include -#include +#include #include #include