summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2004-09-13 17:47:15 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-09-13 17:47:15 -0700
commitb9915b919241c11142d754a19a65df569fc2cf52 (patch)
tree55445a18cd71241883b1131b5f71e21b2c79f390 /include
parent7b2465589f14b634cc21a8fdf043c83f7f12f5f8 (diff)
[PATCH] make kmem_find_general_cachep static in slab.c
Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/slab.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/slab.h b/include/linux/slab.h
index a1deed3fc874..e51014cb24a0 100644
--- a/include/linux/slab.h
+++ b/include/linux/slab.h
@@ -55,7 +55,6 @@ typedef struct kmem_cache_s kmem_cache_t;
/* prototypes */
extern void kmem_cache_init(void);
-extern kmem_cache_t *kmem_find_general_cachep(size_t, int gfpflags);
extern kmem_cache_t *kmem_cache_create(const char *, size_t, size_t, unsigned long,
void (*)(void *, kmem_cache_t *, unsigned long),
void (*)(void *, kmem_cache_t *, unsigned long));