diff options
author | Haavard Skinnemoen <haavard.skinnemoen@atmel.com> | 2008-06-08 17:28:45 -0400 |
---|---|---|
committer | Haavard Skinnemoen <haavard.skinnemoen@atmel.com> | 2008-06-27 09:07:07 -0400 |
commit | 8bd8974fcddc468d66bd67f33c578f37987b302e (patch) | |
tree | 2a9c8dab6c26dd18ea45d08f90282a7a0479a51d /arch/avr32/mm | |
parent | b788ed5c97c2bae978cb84a95ea37a1aa6458ea8 (diff) |
avr32: export empty_zero_page
Fixes one of two ext4 build problems:
ERROR: "empty_zero_page" [fs/ext4/ext4dev.ko] undefined!
Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
Diffstat (limited to 'arch/avr32/mm')
-rw-r--r-- | arch/avr32/mm/init.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/avr32/mm/init.c b/arch/avr32/mm/init.c index 0e64ddc45e37..5ee1e407dcf7 100644 --- a/arch/avr32/mm/init.c +++ b/arch/avr32/mm/init.c | |||
@@ -11,6 +11,7 @@ | |||
11 | #include <linux/swap.h> | 11 | #include <linux/swap.h> |
12 | #include <linux/init.h> | 12 | #include <linux/init.h> |
13 | #include <linux/mmzone.h> | 13 | #include <linux/mmzone.h> |
14 | #include <linux/module.h> | ||
14 | #include <linux/bootmem.h> | 15 | #include <linux/bootmem.h> |
15 | #include <linux/pagemap.h> | 16 | #include <linux/pagemap.h> |
16 | #include <linux/nodemask.h> | 17 | #include <linux/nodemask.h> |
@@ -28,6 +29,7 @@ DEFINE_PER_CPU(struct mmu_gather, mmu_gathers); | |||
28 | pgd_t swapper_pg_dir[PTRS_PER_PGD]; | 29 | pgd_t swapper_pg_dir[PTRS_PER_PGD]; |
29 | 30 | ||
30 | struct page *empty_zero_page; | 31 | struct page *empty_zero_page; |
32 | EXPORT_SYMBOL(empty_zero_page); | ||
31 | 33 | ||
32 | /* | 34 | /* |
33 | * Cache of MMU context last used. | 35 | * Cache of MMU context last used. |