This patch removes the following unused EXPORT_SYMBOL's: - kmem_ptr_validate - ksize
Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- 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 [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/