Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp2526342pxj; Sun, 6 Jun 2021 05:18:15 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxAVEak9dz0KrjGY9JrURJTpcDrNOBXO0tSgm1gA/pwkH3DPG1/dLLWoRUCw3nUNiIQD1JL X-Received: by 2002:a05:6402:4316:: with SMTP id m22mr15055319edc.316.1622981895062; Sun, 06 Jun 2021 05:18:15 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1622981895; cv=none; d=google.com; s=arc-20160816; b=AXhHup2P/uGHCDr0clewI34385OhF3JeLL6Zx94JvSZe2z7IAWLO/SOL0T6Eo3UzyK kjBIcOBy1xHDJ1r7k4+D0yTbJUqRmLaKRn6Kb6h+ES13BAwmf8OTr0VYmR1kQ3SM3a38 t+UlBbTJFY6tya0Gj2s3dHvmNE9LSlg0sgyHw8qbEuUEQ4cgkmFYBmCpd7iewa4ys5kI T9th+e65H6LKwdIXW9ULcwAEJ5sPhhjIKMVR4f6VrB1F9x4YKn13TCDcXsN+Y3g2VIO/ ZGn/jZi9R2X6YR4a/gpn1oajalpaXM/t/I0vhib62UTF3PbYj41HQKvv+dEq9AAecNko oo8w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version:date :message-id:subject:references:in-reply-to:cc:to:from; bh=X2Gdb737MBjZ+2nv606ZJ07stKzGemtM0BNHtpnLA+s=; b=diHlDikJvdJeMt60z3gVgzkAdcXp7zhWDXWLKSpfVg564LxL3rY9WaKOaS8Ck/o+5N Pg69GGShbqQou000DGFzfNRaHHoO5Wx8BLkytrLbYK8u+7NxmbG3XhzbDR4sg2Lj9/hj bnCO6xdmWMQKa7MDQSxpZsLj0TwlsS0e6TZJpHlfXBEJ5uQF2MPSv2kHO6iqGOXgImGV F86/cOtbdzu4okno1TnQXLDnZUc2dENntigzHd7qrhCuxItFv/0xwg8mWV+Tta+lp+JW emR8Q8bCIAX/a3V3gL/4YLAfrTTPiWbzQ5+Kx3V93/ganug2RLH5MYUpUuQBd6OdNVLp 7IEw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id j16si1791774edw.43.2021.06.06.05.17.52; Sun, 06 Jun 2021 05:18:15 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230386AbhFFMPD (ORCPT + 99 others); Sun, 6 Jun 2021 08:15:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48890 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230311AbhFFMON (ORCPT ); Sun, 6 Jun 2021 08:14:13 -0400 Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A9697C061787 for ; Sun, 6 Jun 2021 05:12:23 -0700 (PDT) Received: by ozlabs.org (Postfix, from userid 1034) id 4Fyb3S67zcz9t1r; Sun, 6 Jun 2021 22:12:20 +1000 (AEST) From: Michael Ellerman To: mpe@ellerman.id.au, paulus@samba.org, benh@kernel.crashing.org, YueHaibing Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org In-Reply-To: <20210514071041.17432-1-yuehaibing@huawei.com> References: <20210514071041.17432-1-yuehaibing@huawei.com> Subject: Re: [PATCH -next] powerpc/pseries/memhotplug: Remove unused inline function dlpar_memory_remove() Message-Id: <162298131833.2353459.4514813747754717384.b4-ty@ellerman.id.au> Date: Sun, 06 Jun 2021 22:08:38 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 14 May 2021 15:10:41 +0800, YueHaibing wrote: > dlpar_memory_remove() is never used, so can be removed. Applied to powerpc/next. [1/1] powerpc/pseries/memhotplug: Remove unused inline function dlpar_memory_remove() https://git.kernel.org/powerpc/c/9b373899e9606d252364191ce2b385043a8808bc cheers