module: remove EXPORT_UNUSED_SYMBOL*
authorChristoph Hellwig <hch@lst.de>
Tue, 2 Feb 2021 12:13:34 +0000 (13:13 +0100)
committerJessica Yu <jeyu@kernel.org>
Mon, 8 Feb 2021 11:28:07 +0000 (12:28 +0100)
commit367948220fcefcad1bf0d3d595a06efe0694acae
tree79e3be8a460c5ef2dabc78489926a1a7215d1d65
parentf1c3d73e973cfad85ff5d3d86086503e742d8c62
module: remove EXPORT_UNUSED_SYMBOL*

EXPORT_UNUSED_SYMBOL* is not actually used anywhere.  Remove the
unused functionality as we generally just remove unused code anyway.

Reviewed-by: Miroslav Benes <mbenes@suse.cz>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jessica Yu <jeyu@kernel.org>
24 files changed:
arch/arm/configs/bcm2835_defconfig
arch/arm/configs/mxs_defconfig
arch/mips/configs/nlm_xlp_defconfig
arch/mips/configs/nlm_xlr_defconfig
arch/parisc/configs/generic-32bit_defconfig
arch/parisc/configs/generic-64bit_defconfig
arch/powerpc/configs/ppc6xx_defconfig
arch/s390/configs/debug_defconfig
arch/s390/configs/defconfig
arch/sh/configs/edosk7760_defconfig
arch/sh/configs/sdk7780_defconfig
arch/x86/configs/i386_defconfig
arch/x86/configs/x86_64_defconfig
arch/x86/tools/relocs.c
include/asm-generic/vmlinux.lds.h
include/linux/export.h
include/linux/module.h
init/Kconfig
kernel/module.c
scripts/checkpatch.pl
scripts/mod/modpost.c
scripts/mod/modpost.h
scripts/module.lds.S
tools/include/linux/export.h