[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20071103000354.GA4594@stusta.de>
Date: Sat, 3 Nov 2007 01:03:54 +0100
From: Adrian Bunk <bunk@...nel.org>
To: Christoph Lameter <clameter@....com>
Cc: linux-kernel@...r.kernel.org
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@...nel.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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists