Add MODULE_IMPORT_NS() for symbols referenced on powerpc. Signed-off-by: Kevin Brodsky --- Andrew, please squash this into the last patch in the series ("mm: Add basic tests for lazy_mmu"). Thanks! --- mm/tests/lazy_mmu_mode_kunit.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mm/tests/lazy_mmu_mode_kunit.c b/mm/tests/lazy_mmu_mode_kunit.c index 2720eb995714..1c23456b467e 100644 --- a/mm/tests/lazy_mmu_mode_kunit.c +++ b/mm/tests/lazy_mmu_mode_kunit.c @@ -2,6 +2,9 @@ #include #include +/* For some symbols referenced by arch_{enter,leave}_lazy_mmu_mode on powerpc */ +MODULE_IMPORT_NS("EXPORTED_FOR_KUNIT_TESTING"); + static void expect_not_active(struct kunit *test) { KUNIT_EXPECT_FALSE(test, is_lazy_mmu_mode_active()); base-commit: 8f0b4cce4481fb22653697cced8d0d04027cb1e8 -- 2.51.2