]> git.ipfire.org Git - thirdparty/linux.git/commit
sparc: remove unused variable strtab
authorAlex Shi <alexs@kernel.org>
Thu, 5 Feb 2026 13:39:59 +0000 (21:39 +0800)
committerAndreas Larsson <andreas@gaisler.com>
Fri, 6 Feb 2026 14:16:22 +0000 (15:16 +0100)
commitd844152d85cfcc7d2ef9430a25882604c12da279
tree6707756e2390a450acd3b740b6f58f9c938fbb1a
parent9796ba918e58f170df5cff337be316a2f7cf1e58
sparc: remove unused variable strtab

The commit 1b35a57b1c178 ("sparc32: Kill off software 32-bit multiply/divide
 routines") removed the last usage of strtab in funtion module_frob_arch_sections
Therefore, it can be removed now.

Reported-by: kernel test robot <lkp@intel.com>
Cc: sparclinux@vger.kernel.org
Cc: David S. Miller <davem@davemloft.net>
Cc: Andreas Larsson <andreas@gaisler.com>
Signed-off-by: Alex Shi <alexs@kernel.org>
Reviewed-by: Andreas Larsson <andreas@gaisler.com>
Signed-off-by: Andreas Larsson <andreas@gaisler.com>
arch/sparc/kernel/module.c