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>
This commit is contained in:
Adrian Bunk
2008-07-22 20:21:16 +03:00
committed by Pekka Enberg
parent 6e86841d05
commit 231367fd9b
3 changed files with 0 additions and 3 deletions

View File

@ -4472,4 +4472,3 @@ size_t ksize(const void *objp)
return obj_size(virt_to_cache(objp));
}
EXPORT_SYMBOL(ksize);