diff options
author | Adrian Bunk <bunk@stusta.de> | 2005-11-07 12:01:40 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-07 18:54:07 +0300 |
commit | 1b09d16489f831bfc23d1c7311ee331b0680e90e (patch) | |
tree | 999528c9e6b6686bb008d6a683aab3527892fa61 /mm/swap.c | |
parent | 47bdfb96de47d25bea423b5adbfe1c2e1ceaa296 (diff) | |
download | linux-1b09d16489f831bfc23d1c7311ee331b0680e90e.tar.xz |
[PATCH] mm/swap.c: unexport vm_acct_memory
I didn't find any possible modular usage in the kernel.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'mm/swap.c')
-rw-r--r-- | mm/swap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/swap.c b/mm/swap.c index 154ae13d8b7e..d09cf7f03e76 100644 --- a/mm/swap.c +++ b/mm/swap.c @@ -413,7 +413,6 @@ void vm_acct_memory(long pages) } preempt_enable(); } -EXPORT_SYMBOL(vm_acct_memory); #ifdef CONFIG_HOTPLUG_CPU static void lru_drain_cache(unsigned int cpu) |