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 14082EB64DD for ; Sun, 16 Jul 2023 12:51:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229662AbjGPMvW (ORCPT ); Sun, 16 Jul 2023 08:51:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51066 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229449AbjGPMvU (ORCPT ); Sun, 16 Jul 2023 08:51:20 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 841E590; Sun, 16 Jul 2023 05:51:19 -0700 (PDT) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id EEE01218A4; Sun, 16 Jul 2023 12:51:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1689511877; h=from:from:reply-to: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=pTgYLQ4ad9IB/Yu1E37o5RXuA6baPlc9A+S8dEgD75E=; b=euueRuJPc+eL916yydqRQf1G9GDz3DiVWLvMez8YmLQw+VgfgwF3YFzv2+5NT2S6hZeLhL Ue1Xo+WXHsYIpjl2fPVzlPSDcA2LTJ3aS2uPfM+ACJl0LAMFzaKjOhuO038N/IeIr/RLq+ HuG51GCbzgjs0+6fageReeAApl0GU5U= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1689511877; h=from:from:reply-to: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=pTgYLQ4ad9IB/Yu1E37o5RXuA6baPlc9A+S8dEgD75E=; b=8lbz9SSgph++w+w6HrnJgCgbXsOqnMw8glJKtfsm2tN/6hD1a6BX6qF4Lytc7KCBEEFGO2 ZFw9VfLvgP+4lYCA== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id A4AA513252; Sun, 16 Jul 2023 12:51:17 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id 3lYDJ8Xns2Q8egAAMHmgww (envelope-from ); Sun, 16 Jul 2023 12:51:17 +0000 Date: Sun, 16 Jul 2023 14:51:17 +0200 Message-ID: <87y1jgauka.wl-tiwai@suse.de> From: Takashi Iwai To: Rob Herring Cc: Jaroslav Kysela , Takashi Iwai , Nicolas Ferre , Alexandre Belloni , Claudiu Beznea , Thierry Reding , Jonathan Hunter , devicetree@vger.kernel.org, alsa-devel@alsa-project.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-tegra@vger.kernel.org Subject: Re: [PATCH] ALSA: Explicitly include correct DT includes In-Reply-To: <20230714175109.4066599-1-robh@kernel.org> References: <20230714175109.4066599-1-robh@kernel.org> User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/27.2 Mule/6.0 MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 14 Jul 2023 19:51:08 +0200, Rob Herring 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. > > Signed-off-by: Rob Herring Applied to for-next branch now. Thanks. Takashi