NOMMU: Stub out vm_get_page_prot() if there's no MMU
authorDavid Howells <dhowells@redhat.com>
Thu, 26 Aug 2010 15:00:34 +0000 (16:00 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 28 Aug 2010 21:01:03 +0000 (14:01 -0700)
commitbad849b3dc0fae1297c8d47f846f8d202a6145ed
treed3802e46cbda7f6df30a9b0378e15a8343572a19
parent0a3b6e452b403f6e0cf3000da87b19e0fd9c4ba3
NOMMU: Stub out vm_get_page_prot() if there's no MMU

Stub out vm_get_page_prot() if there's no MMU.

This was added by commit 804af2cf6e7a ("[AGPGART] remove private page
protection map") and is used in commit c07fbfd17e61 ("fbmem: VM_IO set,
but not propagated") in the fbmem video driver, but the function doesn't
exist on NOMMU, resulting in an undefined symbol at link time.

Signed-off-by: David Howells <dhowells@redhat.com>
Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/mm.h