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 C63B7ECAAA1 for ; Fri, 9 Sep 2022 07:10:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230171AbiIIHKj (ORCPT ); Fri, 9 Sep 2022 03:10:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44138 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230342AbiIIHKg (ORCPT ); Fri, 9 Sep 2022 03:10:36 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5B1D66FA1C for ; Fri, 9 Sep 2022 00:10:34 -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 8318F225DC; Fri, 9 Sep 2022 07:10:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1662707432; 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=XPSOWuSG52ywfJTRUjhZtp9sMl05WwDTgOnE0sdlu2Q=; b=cQPifeWJUVo+dfprwqrs5S/ibMMSO1kl5q08YdyHC3McsPrLGI2LWAkHIEHv2oD7NF4akl NwWdColp7lFBosB6GRzRECUUWMU7kXZI0pBAKkiQS8jAiUUmLwhckSJ6vpfnTB/TLLZakH YpwzouA+Li8jitnzle2Z0XpxtzUeNXM= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1662707432; 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=XPSOWuSG52ywfJTRUjhZtp9sMl05WwDTgOnE0sdlu2Q=; b=KJSLJg6pbrE79GceW712KYAz4vDbg99zvOow66Whwv5saL4ZONH1wmS8ZctLoj6/y+5jdD nloexn3TmSSUFvAg== 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 48C9A13A93; Fri, 9 Sep 2022 07:10:32 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id Tmr3EOjmGmNsKQAAMHmgww (envelope-from ); Fri, 09 Sep 2022 07:10:32 +0000 Date: Fri, 09 Sep 2022 09:10:31 +0200 Message-ID: <87bkrpdnvc.wl-tiwai@suse.de> From: Takashi Iwai To: Gaosheng Cui Cc: , , , , , alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/2] Remove unused declarations In-Reply-To: <20220909035443.1065737-1-cuigaosheng1@huawei.com> References: <20220909035443.1065737-1-cuigaosheng1@huawei.com> 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, 09 Sep 2022 05:54:41 +0200, Gaosheng Cui wrote: > > This series contains a few cleanup patches, to remove unused > declarations which have been removed. Thanks! > > Gaosheng Cui (2): > ALSA: line6: remove line6_set_raw declaration > ALSA: memalloc: remove snd_dma_sg_ops declaration Thanks, applied both patches. Takashi