* [2.6 patch] mm/slub.c: remove unused exports
@ 2007-11-03 0:03 Adrian Bunk
0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2007-11-03 0:03 UTC (permalink / raw)
To: Christoph Lameter; +Cc: linux-kernel
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)
{
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2007-11-03 0:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-03 0:03 [2.6 patch] mm/slub.c: remove unused exports Adrian Bunk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox