diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-07-22 13:21:16 -0400 |
---|---|---|
committer | Pekka Enberg <penberg@cs.helsinki.fi> | 2008-07-29 16:44:26 -0400 |
commit | 231367fd9bccbb36309ab5bf5012e11a84231031 (patch) | |
tree | 31c9282fd2c4f17ec8f7d22bb975ba84e081a22a /mm/slab.c | |
parent | 6e86841d05f371b5b9b86ce76c02aaee83352298 (diff) |
mm: unexport ksize
This patch removes the obsolete and no longer used exports of ksize.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
Diffstat (limited to 'mm/slab.c')
-rw-r--r-- | mm/slab.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -4472,4 +4472,3 @@ size_t ksize(const void *objp) | |||
4472 | 4472 | ||
4473 | return obj_size(virt_to_cache(objp)); | 4473 | return obj_size(virt_to_cache(objp)); |
4474 | } | 4474 | } |
4475 | EXPORT_SYMBOL(ksize); | ||