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 72482EE801F for ; Mon, 11 Sep 2023 04:49:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233768AbjIKEtO (ORCPT ); Mon, 11 Sep 2023 00:49:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50834 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233550AbjIKEtG (ORCPT ); Mon, 11 Sep 2023 00:49:06 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BD25E1B9; Sun, 10 Sep 2023 21:49:01 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPS id 66D55C433B7; Mon, 11 Sep 2023 04:49:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1694407740; bh=kwUVSqQQ/Sge1PYW9kN//MmHt2Ab69SCHdA3Ve29GyE=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=dyi+BwWkzgsjZo62bkRL2IbOfCDMehf/HwSktxPpHJ7pMx0PTMysW2Ph4x5OqNjBg JVdMSUUOCGOjnWTszcZ4SJCoqeNJ+0Mh5gKPEAql6lH6JkVlO0nCUt8BMWbpH6zr/O BueHpLvTH4Jsq7S8g6euNMIuRSynxYfOuyZ+hsAk2Zk1BukKu/SOeXPqFW0ct7O+Uu +NJUjcSb/QIqA+xQ6LQRWwDEpyRYq8C7GZ+9qXpMBCwhHpaLW0h4wrlJ3+nQjN6pPJ QYdNqtlo12PbPfseohsnfZKBCOPQvnhZXJSeDJUI0JBEkt+h7iihcTfivKL2S6Kx17 QEbPxn5/wAKZA== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 51D11E1F67D; Mon, 11 Sep 2023 04:49:00 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] platform: Explicitly include correct DT includes From: patchwork-bot+chrome-platform@kernel.org Message-Id: <169440774033.22573.14058799001920178536.git-patchwork-notify@kernel.org> Date: Mon, 11 Sep 2023 04:49:00 +0000 References: <20230714174909.4062739-1-robh@kernel.org> In-Reply-To: <20230714174909.4062739-1-robh@kernel.org> To: Rob Herring Cc: bleung@chromium.org, groeck@chromium.org, hdegoede@redhat.com, markgross@kernel.org, vadimp@nvidia.com, devicetree@vger.kernel.org, chrome-platform@lists.linux.dev, linux-kernel@vger.kernel.org, platform-driver-x86@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to chrome-platform/linux.git (for-next) by Hans de Goede : On Fri, 14 Jul 2023 11:49:09 -0600 you wrote: > The DT of_device.h and of_platform.h date back to the separate > of_platform_bus_type before it as merged into the regular platform bus. > As part of that merge prepping Arm DT support 13 years ago, they > "temporarily" include each other. They also include platform_device.h > and of.h. As a result, there's a pretty much random mix of those include > files used throughout the tree. In order to detangle these headers and > replace the implicit includes with struct declarations, users need to > explicitly include the correct includes. > > [...] Here is the summary with links: - platform: Explicitly include correct DT includes https://git.kernel.org/chrome-platform/c/b9fe9c9ef97d You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html