module: Move kallsyms support into a separate file
authorAaron Tomlin <atomlin@redhat.com>
Tue, 22 Mar 2022 14:03:39 +0000 (14:03 +0000)
committerLuis Chamberlain <mcgrof@kernel.org>
Tue, 5 Apr 2022 15:43:04 +0000 (08:43 -0700)
commit91fb02f31505dc22262b13a129550f470ab90a79
treed12509a9bb76da8fc49423ac3e2e6df71dcd85fa
parent473c84d1856e83faebf059a52a8e49bdb89026d3
module: Move kallsyms support into a separate file

No functional change.

This patch migrates kallsyms code out of core module
code kernel/module/kallsyms.c

Signed-off-by: Aaron Tomlin <atomlin@redhat.com>
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
kernel/module/Makefile
kernel/module/internal.h
kernel/module/kallsyms.c [new file with mode: 0644]
kernel/module/main.c