powerpc/module: Remove arch specific module bug stuff
authorDr. David Alan Gilbert <linux@treblig.org>
Fri, 3 May 2024 00:23:17 +0000 (01:23 +0100)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 3 May 2024 10:46:51 +0000 (20:46 +1000)
commit4071739249fd2e647e7058dbab0db4ddc0a0c427
treeeb1827dd0fb237a5938c5c992feec07f2704d2aa
parent1fcd254733371cfa5a3602bab5ae2c9dc4bf69e6
powerpc/module: Remove arch specific module bug stuff

The last function to reference module_bug_list went in 2008's
  commit b9754568ef17 ("powerpc: Remove dead module_find_bug code")
but I don't think that was called since 2006's
  commit 73c9ceab40b1 ("[POWERPC] Generic BUG for powerpc")

Now that the list has gone, I think we can also clean up the bug
entries in mod_arch_specific.

Lightly boot tested.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20240503002317.183500-1-linux@treblig.org
arch/powerpc/include/asm/module.h
arch/powerpc/kernel/module.c