diff options
| author | Olof Johansson <olof@lixom.net> | 2011-12-12 03:56:22 +0400 |
|---|---|---|
| committer | Olof Johansson <olof@lixom.net> | 2011-12-12 03:56:22 +0400 |
| commit | eb3e1d9ded81a0036bb42b7c771307fa97f03dc9 (patch) | |
| tree | d0c60e673e527085aaddd76fb512311aa6159e40 /include/linux | |
| parent | 5611cc4572e889b62a7b4c72a413536bf6a9c416 (diff) | |
| parent | 4c89aad9f4803875f7065e825badc9ba61922091 (diff) | |
| download | linux-eb3e1d9ded81a0036bb42b7c771307fa97f03dc9.tar.xz | |
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.h | 1 |
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 |
