Skip to content

Commit

Permalink
[PATCH] mm/swap.c: unexport vm_acct_memory
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Nov 7, 2005
1 parent 47bdfb9 commit 1b09d16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mm/swap.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1b09d16

Please sign in to comment.