Received: by 2002:a05:6358:c692:b0:131:369:b2a3 with SMTP id fe18csp4068931rwb; Mon, 31 Jul 2023 00:11:00 -0700 (PDT) X-Google-Smtp-Source: APBJJlES3rjHs6flb/Ct7jvbF0FU3SvjsOe/KDn1NW6SCS52dS3AlR5VfRQNCY5yeAUAn1BtkW9I X-Received: by 2002:a17:906:4fca:b0:988:8efc:54fa with SMTP id i10-20020a1709064fca00b009888efc54famr5804148ejw.37.1690787459839; Mon, 31 Jul 2023 00:10:59 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1690787459; cv=none; d=google.com; s=arc-20160816; b=G6lVjhfrrA7V8O1JWIji+140j1chUXQFm5blvwFIdp3B0XdcOR8UDKNdY0nOsn+yjW FabkBPx8vafk2FDP1UcTTa2alUP7bDN77U86cP4YNBxkNYHIossWKA91BekWKBhJE2S9 embpSCQFboKrCTtfANL78cWBKO9Wqn8+Tz+/dPOcl3aN04fQEuqNNlxykUnjBaEIeCzv pU1UixiLwxerdS/ssoDq1/HFW8h+8thkq1CYKKUT2XcB3wyxxSbimKjUjsukLh4WYteI ZG8HTT4imc2lnz+eACACc6XY32YszBKOulgAf+I0U+hGqBs/BfOoG/eTWWvWIeYM2+Up tqmw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=O6zJHZyj3es/qznPbofaxJlWOKWejUTdwF9I5Ty2bmU=; fh=Itqhr0pyxdQ2t44SdsHMp33TBqWgdOBcQyev5ljysrE=; b=CyGrxNa1iwZgHrJyczmntkeLkfXk1tKMlsNQ6+pKLclvfqADPyhZzzM4/3GTJgESAJ r/ZKD8wKiZbuANIbyTHxGpRjNML3eXIdg5wIHvwZnm/L7seUQmjqSJqWVFUdnnYvKlf/ vtKPyZ46TnbPMgi2WxYlVNJN54sb2fJoQgB5POGeL9c6v3UxrtVkVF+cZ1S90WOzvRUf O4B2jcPPi+U6AOc9G/C9Y3ThsACVASU92oZX2j9yXCQG1qTPrvP2eB4/fFqaoKsvbJYc 9sjbyn3l77rEEgRBv5aY5uca3R9AJUgfan7uEV6fxo5tUxxT+uGk7lt7b/WAVeF/KW50 Ys9w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id ba17-20020a0564021ad100b00522536c2e6dsi6087882edb.100.2023.07.31.00.10.35; Mon, 31 Jul 2023 00:10:59 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229813AbjGaGlK (ORCPT + 99 others); Mon, 31 Jul 2023 02:41:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58364 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229501AbjGaGlK (ORCPT ); Mon, 31 Jul 2023 02:41:10 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 0A06BE57; Sun, 30 Jul 2023 23:41:09 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 38BE6809E; Mon, 31 Jul 2023 06:41:07 +0000 (UTC) Date: Mon, 31 Jul 2023 09:41:06 +0300 From: Tony Lindgren To: Rob Herring Cc: Russell King , linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] ARM: omap2: Explicitly include correct DT includes Message-ID: <20230731064106.GI5194@atomide.com> References: <20230720172743.2918601-1-robh@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230720172743.2918601-1-robh@kernel.org> X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_NONE, SPF_NONE,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Rob Herring [230720 20:27]: > The DT of_device.h and of_platform.h date back to the separate > of_platform_bus_type before it was 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. Applying into omap-for-v6.6/soc thanks. Tony