From: David Howells Date: Thu, 26 Aug 2010 15:00:34 +0000 (+0100) Subject: NOMMU: Stub out vm_get_page_prot() if there's no MMU X-Git-Tag: v2.6.36-rc3~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bad849b3dc0fae1297c8d47f846f8d202a6145ed;p=pandora-kernel.git 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 Reviewed-by: Konrad Rzeszutek Wilk Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed