From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 40y86Y3Cn2zF0WH for ; Sat, 2 Jun 2018 01:55:01 +1000 (AEST) In-Reply-To: <2892e4f57d03caf1b3d6c14bc456b2f9a116b32a.1527220066.git.jpoimboe@redhat.com> To: Josh Poimboeuf , Benjamin Herrenschmidt , Paul Mackerras From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: powerpc/modules: remove unused mod_arch_specific.toc field Message-Id: <40y86X6K4mz9s4Y@ozlabs.org> Date: Sat, 2 Jun 2018 01:55:00 +1000 (AEST) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 2018-05-25 at 03:48:34 UTC, Josh Poimboeuf wrote: > The toc field in the mod_arch_specific struct isn't actually used > anywhere, so remove it. > > Also the ftrace-specific fields are now common between 32-bit and > 64-bit, so simplify the struct definition a bit by moving them out of > the __powerpc64__ #ifdef. > > Signed-off-by: Josh Poimboeuf > Reviewed-by: Kamalesh Babulal Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/8ce621e1d946b1d1d7717337ab8dc3 cheers