From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (bilbo.ozlabs.org [203.11.71.1]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 40zxfd4K3GzF0Rs for ; Tue, 5 Jun 2018 00:10:33 +1000 (AEST) In-Reply-To: <20180417112310.BD2686C07F@po15720vm.idsi0.si.c-s.fr> To: Christophe Leroy , Benjamin Herrenschmidt , Paul Mackerras From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: powerpc/misc: merge reloc_offset() and add_reloc_offset() Message-Id: <40zxfd308yz9s4Y@ozlabs.org> Date: Tue, 5 Jun 2018 00:10:33 +1000 (AEST) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 2018-04-17 at 11:23:10 UTC, Christophe Leroy wrote: > reloc_offset() is the same as add_reloc_offset(0) > > Signed-off-by: Christophe Leroy Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/0cc377d16e565b90b43b7550cdf5b3 cheers