namespacecheck: automated fixes

Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
Ingo Molnar
2008-05-22 10:37:48 +02:00
committed by Thomas Gleixner
parent de067814d6
commit 2ddfd20e7c
2 changed files with 3 additions and 3 deletions

View File

@@ -1996,7 +1996,7 @@ static struct shrinker mmu_shrinker = {
.seeks = DEFAULT_SEEKS * 10,
};
void mmu_destroy_caches(void)
static void mmu_destroy_caches(void)
{
if (pte_chain_cache)
kmem_cache_destroy(pte_chain_cache);