summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2004-09-02 20:30:03 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-09-02 20:30:03 -0700
commitb3335b049822d29decae959815fa10034de0d8e8 (patch)
treefb0cc9a7d8b60ab83e2d5cd805e791afeda444b2 /include/linux
parente500ee2722d76db18c501e8ff3b31fbbb7621771 (diff)
[PATCH] remove ptrinfo
It's defined in slab.c but not used anywhere. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/slab.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/slab.h b/include/linux/slab.h
index 5859a06f458c..a1deed3fc874 100644
--- a/include/linux/slab.h
+++ b/include/linux/slab.h
@@ -117,8 +117,6 @@ extern kmem_cache_t *signal_cachep;
extern kmem_cache_t *sighand_cachep;
extern kmem_cache_t *bio_cachep;
-void ptrinfo(unsigned long addr);
-
extern atomic_t slab_reclaim_pages;
#endif /* __KERNEL__ */