diff --git a/[refs] b/[refs] index d5b238e301ef..30b94c533f9c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b788ed5c97c2bae978cb84a95ea37a1aa6458ea8 +refs/heads/master: 8bd8974fcddc468d66bd67f33c578f37987b302e diff --git a/trunk/arch/avr32/mm/init.c b/trunk/arch/avr32/mm/init.c index 0e64ddc45e37..5ee1e407dcf7 100644 --- a/trunk/arch/avr32/mm/init.c +++ b/trunk/arch/avr32/mm/init.c @@ -11,6 +11,7 @@ #include #include #include +#include #include #include #include @@ -28,6 +29,7 @@ DEFINE_PER_CPU(struct mmu_gather, mmu_gathers); pgd_t swapper_pg_dir[PTRS_PER_PGD]; struct page *empty_zero_page; +EXPORT_SYMBOL(empty_zero_page); /* * Cache of MMU context last used.