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 3DB23C4332F for ; Wed, 23 Nov 2022 19:02:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239507AbiKWTCR (ORCPT ); Wed, 23 Nov 2022 14:02:17 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60396 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239586AbiKWTCK (ORCPT ); Wed, 23 Nov 2022 14:02:10 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 51925A659C; Wed, 23 Nov 2022 11:02:08 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id E6A2761EB7; Wed, 23 Nov 2022 19:02:07 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C7EDEC433D6; Wed, 23 Nov 2022 19:02:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1669230127; bh=sQtdYWQYbReOobWHyRqhovaI/ls3vURfF0ovYZRIXfY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hGPsx3u45wRTHyYj29v3sKZmMwPmZcoqdh3kJkIfVjDf0w3Mz6WV05RqwH5BiOSvh 1GME0/QeJif/EaI9NCrziXwLgs4j27Kz2PSGjzDOb3bHH9VkCs0YxS29DKJmChuh77 dKNTZ/N5ipjgpqq69Xm8THOvexUvS/JjqtQYVVl8= Date: Wed, 23 Nov 2022 20:02:04 +0100 From: Greg Kroah-Hartman To: Andy Shevchenko Cc: =?iso-8859-1?Q?Cl=E9ment_L=E9ger?= , Sakari Ailus , Mauro Carvalho Chehab , Hans de Goede , linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org, linux-media@vger.kernel.org, Daniel Scally , Heikki Krogerus , "Rafael J. Wysocki" , Yong Zhi , Bingbu Cao , Tianshu Qiu Subject: Re: [PATCH v1 4/4] software node: Remove unused APIs Message-ID: References: <20221118185617.33908-1-andriy.shevchenko@linux.intel.com> <20221118185617.33908-4-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221118185617.33908-4-andriy.shevchenko@linux.intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org On Fri, Nov 18, 2022 at 08:56:17PM +0200, Andy Shevchenko wrote: > There are no more users of software_node_register_nodes() and > software_node_unregister_nodes(). Remove them. > > Signed-off-by: Andy Shevchenko Acked-by: Greg Kroah-Hartman