]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: PPC: Book3S HV: Stop exporting symbols from book3s_64_mmu_radix
authorFabiano Rosas <farosas@linux.ibm.com>
Thu, 5 Aug 2021 21:26:16 +0000 (18:26 -0300)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 24 Aug 2021 13:14:06 +0000 (23:14 +1000)
commit82cc6737620c00c04deccf8670d2a2db68e09ac2
tree93d6bf59ba468f2e45cca98cfe4af172f6964a48
parenteb393d63b8a750c0aba97a2ac7efdff63eaea1dd
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
arch/powerpc/kvm/book3s_64_mmu_radix.c