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 27661E92FF9 for ; Fri, 6 Oct 2023 09:07:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231397AbjJFJHY (ORCPT ); Fri, 6 Oct 2023 05:07:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43562 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231393AbjJFJHV (ORCPT ); Fri, 6 Oct 2023 05:07:21 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9C546CA for ; Fri, 6 Oct 2023 02:07:18 -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-out2.suse.de (Postfix) with ESMTPS id 5FAC41F45F; Fri, 6 Oct 2023 09:07:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1696583237; 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=bD8sbVGvSvFYAjwHjrWGO9qMkoH9v3/UrCG8PEtboOg=; b=QivChJSvJVR8LNOdOhA6MDbLOFK3wpE7D7XMJIyasGwuGu/4l26HnM//XIORawkiEB/Gow C0skXqh2tYQngnKOcb/L03B6npSZD+FAt1M4UX2qgdjxRWuYNK/AHG4DCvcL+5xW9466Ke SL6TyhFOSbgzrphv8mmuE7rtxfCHbic= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1696583237; 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=bD8sbVGvSvFYAjwHjrWGO9qMkoH9v3/UrCG8PEtboOg=; b=UHQiahYzglBAec0t79mMCcMVS9H25khzq8WOyn4Fv/tBvtjPL04D0wVfJXmhPn/Imt0fwy LwenhH/KPL8E6HBw== 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 33F5A13A2E; Fri, 6 Oct 2023 09:07:17 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id jEO6C0XOH2UtLAAAMHmgww (envelope-from ); Fri, 06 Oct 2023 09:07:17 +0000 Date: Fri, 06 Oct 2023 11:07:16 +0200 Message-ID: <87lecgw24b.wl-tiwai@suse.de> From: Takashi Iwai To: Rob Herring Cc: Johannes Berg , Jaroslav Kysela , Takashi Iwai , linuxppc-dev@lists.ozlabs.org, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ALSA: aoa: Replace asm/prom.h with explicit includes In-Reply-To: <20231003163209.770750-1-robh@kernel.org> References: <20231003163209.770750-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 Tue, 03 Oct 2023 18:32:02 +0200, Rob Herring wrote: > > asm/prom.h should not be included directly as it no longer contains > anything drivers need. Drivers should include of.h and/or other headers > which were getting implicitly included. > > Signed-off-by: Rob Herring Applied now to for-next branch. Thanks. Takashi