Re: powerpc/modules: remove unused mod_arch_specific.toc field
From: Michael Ellerman <hidden>
Date: 2018-06-01 15:55:08
Also in:
lkml
From: Michael Ellerman <hidden>
Date: 2018-06-01 15:55:08
Also in:
lkml
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 <redacted> Reviewed-by: Kamalesh Babulal <redacted>
Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/8ce621e1d946b1d1d7717337ab8dc3 cheers