projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
625d957
)
make __vmalloc_area_node() static
author
Adrian Bunk
<
[email protected]
>
Tue, 5 Feb 2008 06:29:09 +0000
(22:29 -0800)
committer
Linus Torvalds
<
[email protected]
>
Tue, 5 Feb 2008 17:44:17 +0000
(09:44 -0800)
__vmalloc_area_node() can become static.
Signed-off-by: Adrian Bunk <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
mm/vmalloc.c
patch
|
blob
|
history
diff --git
a/mm/vmalloc.c
b/mm/vmalloc.c
index 83625b6fcc3605e63e5a524cda75d2f18256715c..4efc41a6e2abefae709cfe0f8d59bcd0844c8dfa 100644
(file)
--- a/
mm/vmalloc.c
+++ b/
mm/vmalloc.c
@@
-463,8
+463,8
@@
void *vmap(struct page **pages, unsigned int count,
}
EXPORT_SYMBOL(vmap);
-void *__vmalloc_area_node(struct vm_struct *area, gfp_t gfp_mask,
- pgprot_t prot, int node)
+
static
void *__vmalloc_area_node(struct vm_struct *area, gfp_t gfp_mask,
+
pgprot_t prot, int node)
{
struct page **pages;
unsigned int nr_pages, array_size, i;