Borislav Petkov <b...@alien8.de> writes: > On Tue, Nov 12, 2024 at 07:41:34PM +1100, Michael Ellerman wrote: >> These two drivers are only buildable for the powerpc "maple" platform >> (CONFIG_PPC_MAPLE), which has now been removed, see >> commit 62f8f307c80e ("powerpc/64: Remove maple platform"). >> >> Remove the drivers. >> >> Signed-off-by: Michael Ellerman <m...@ellerman.id.au> >> --- >> drivers/edac/Kconfig | 18 -- >> drivers/edac/Makefile | 2 - >> drivers/edac/amd8111_edac.c | 596 ------------------------------------ >> drivers/edac/amd8111_edac.h | 118 ------- >> drivers/edac/amd8131_edac.c | 358 ---------------------- >> drivers/edac/amd8131_edac.h | 107 ------- >> 6 files changed, 1199 deletions(-) >> delete mode 100644 drivers/edac/amd8111_edac.c >> delete mode 100644 drivers/edac/amd8111_edac.h >> delete mode 100644 drivers/edac/amd8131_edac.c >> delete mode 100644 drivers/edac/amd8131_edac.h >> >> The removal commit is in the powerpc/next branch: >> >> https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git/log/?h=next >> >> I can take this via the powerpc tree if that's easiest, let me know. > > Yes, please do.
Thanks, will do. > I've been meaning to reply to you but then gazillion things interrupted me and > ... you know how it is. Sorry. No worries, I do know how it is :) cheers