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 32D91C71148 for ; Fri, 18 Aug 2023 13:43:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1377240AbjHRNnP (ORCPT ); Fri, 18 Aug 2023 09:43:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60132 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1377241AbjHRNnA (ORCPT ); Fri, 18 Aug 2023 09:43:00 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 40D6030F5 for ; Fri, 18 Aug 2023 06:42:59 -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 F1DD82187F; Fri, 18 Aug 2023 13:42:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1692366177; 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=KMM5l9RDqgIoLI/O+03uO+Sj021nvRRpM6B4FmqcBVI=; b=YYqkKaBvZ1IygokOeIKImFWV9vXojAKBD83ptP5QphGw7RggLXOpSHMqXK8JlJfgP7Bt1v QYtRLRgSZtXQDHcAxMGvezWbgEVVOGhGHP2J/9QPh4GUTlYreksXMF1hiD9lSDkyJ9SyHD IrSuKb5hSHg7SinblBam7b0wWW4Zujc= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1692366177; 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=KMM5l9RDqgIoLI/O+03uO+Sj021nvRRpM6B4FmqcBVI=; b=eOs+cEJNQOji8fneRQBYgtbxQD+H7YqUyqNL/Gebx2ZVQjzsUpq8ZlkZwRriYopNIg5VXr SNyuo2NG/o8ryMDg== 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 BEE2F13441; Fri, 18 Aug 2023 13:42:57 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id 6/LQLWF132SyKgAAMHmgww (envelope-from ); Fri, 18 Aug 2023 13:42:57 +0000 Date: Fri, 18 Aug 2023 15:42:57 +0200 Message-ID: <87o7j4ihzy.wl-tiwai@suse.de> From: Takashi Iwai To: Yue Haibing Cc: , , , Subject: Re: [PATCH -next] ALSA: asihpi: Remove unused declarations In-Reply-To: <20230818124852.51468-1-yuehaibing@huawei.com> References: <20230818124852.51468-1-yuehaibing@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, 18 Aug 2023 14:48:52 +0200, Yue Haibing wrote: > > These are not implemented, so can remove them. > > Signed-off-by: Yue Haibing Thanks, applied. Takashi