summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2011-12-11 15:56:22 -0800
committerOlof Johansson <olof@lixom.net>2011-12-11 15:56:22 -0800
commiteb3e1d9ded81a0036bb42b7c771307fa97f03dc9 (patch)
treed0c60e673e527085aaddd76fb512311aa6159e40 /include/linux
parent5611cc4572e889b62a7b4c72a413536bf6a9c416 (diff)
parent4c89aad9f4803875f7065e825badc9ba61922091 (diff)
Merge branch 'omap4' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into omap/omap4
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/vmalloc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/vmalloc.h b/include/linux/vmalloc.h
index 4bde182fcf93..dcdfc2bda922 100644
--- a/include/linux/vmalloc.h
+++ b/include/linux/vmalloc.h
@@ -131,6 +131,7 @@ extern long vwrite(char *buf, char *addr, unsigned long count);
*/
extern rwlock_t vmlist_lock;
extern struct vm_struct *vmlist;
+extern __init void vm_area_add_early(struct vm_struct *vm);
extern __init void vm_area_register_early(struct vm_struct *vm, size_t align);
#ifdef CONFIG_SMP