lkml.org 
[lkml]   [2007]   [Nov]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[2.6 patch] mm/slub.c: remove unused exports
This patch removes the following unused EXPORT_SYMBOL's:
- kmem_ptr_validate
- ksize

Signed-off-by: Adrian Bunk <bunk@kernel.org>

---

mm/slub.c | 2 --
1 file changed, 2 deletions(-)

23a2ab570c092f28f7cb0a0bd8d48bd0bd598d9e
diff --git a/mm/slub.c b/mm/slub.c
index bcdb2c8..e996ca4 100644
--- a/mm/slub.c
+++ b/mm/slub.c
@@ -2267,7 +2267,6 @@ int kmem_ptr_validate(struct kmem_cache *s, const void *object)
*/
return 1;
}
-EXPORT_SYMBOL(kmem_ptr_validate);

/*
* Determine the size of a slab object
@@ -2603,7 +2602,6 @@ size_t ksize(const void *object)
*/
return s->size;
}
-EXPORT_SYMBOL(ksize);

void kfree(const void *x)
{
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2007-11-03 01:23    [W:0.063 / U:0.296 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site