Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fb56f0f9 authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds
Browse files

frv: export empty_zero_page



Fix the following build error:

ERROR: "empty_zero_page" [fs/ext4/ext4dev.ko] undefined!

Reported-by: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Cc: David Howells <dhowells@redhat.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 7b26655f
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -26,6 +26,7 @@
#include <linux/types.h>
#include <linux/types.h>
#include <linux/bootmem.h>
#include <linux/bootmem.h>
#include <linux/highmem.h>
#include <linux/highmem.h>
#include <linux/module.h>


#include <asm/setup.h>
#include <asm/setup.h>
#include <asm/segment.h>
#include <asm/segment.h>
@@ -56,7 +57,9 @@ DEFINE_PER_CPU(struct mmu_gather, mmu_gathers);
 */
 */
static unsigned long empty_bad_page_table;
static unsigned long empty_bad_page_table;
static unsigned long empty_bad_page;
static unsigned long empty_bad_page;

unsigned long empty_zero_page;
unsigned long empty_zero_page;
EXPORT_SYMBOL(empty_zero_page);


/*****************************************************************************/
/*****************************************************************************/
/*
/*