commit | 0eb596f1e6103ebe122792a425b88c5dc21c4087 | [log] [tgz] |
---|---|---|
author | Fabiano Rosas <farosas@linux.ibm.com> | Thu Aug 05 18:26:16 2021 -0300 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Tue Aug 24 23:14:06 2021 +1000 |
tree | 93d6bf59ba468f2e45cca98cfe4af172f6964a48 | |
parent | c232461c0c3b0aca637f0d7658a7f5d0bb393a4e [diff] |
KVM: PPC: Book3S HV: Stop exporting symbols from book3s_64_mmu_radix The book3s_64_mmu_radix.o object is not part of the KVM builtins and all the callers of the exported symbols are in the same kvm-hv.ko module so we should not need to export any symbols. Signed-off-by: Fabiano Rosas <farosas@linux.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20210805212616.2641017-4-farosas@linux.ibm.com