From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752828AbcFBH3Y (ORCPT ); Thu, 2 Jun 2016 03:29:24 -0400 Received: from ozlabs.org ([103.22.144.67]:59700 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751315AbcFBH3X (ORCPT ); Thu, 2 Jun 2016 03:29:23 -0400 In-Reply-To: <20160523084549.A7B841A239A@localhost.localdomain> To: Christophe Leroy , Benjamin Herrenschmidt , Paul Mackerras , Scott Wood From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: powerpc32: get rid of sub_reloc_offset() Message-Id: <3rKzPZ2ZMgz9t5Q@ozlabs.org> Date: Thu, 2 Jun 2016 17:29:22 +1000 (AEST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2016-23-05 at 08:45:49 UTC, Christophe Leroy wrote: > sub_reloc_offset() has not been used since > commit 917f0af9e5a9 ("powerpc: Remove arch/ppc and include/asm-ppc") > which removed include/asm-ppc/prom.h > > Signed-off-by: Christophe Leroy > --- > arch/powerpc/kernel/misc_32.S | 14 -------------- > 1 file changed, 14 deletions(-) Thanks. For future patches can you use "powerpc/32:" as your prefix, thanks. cheers