proc: move /proc/slabinfo boilerplate to mm/slub.c, mm/slab.c
[pandora-kernel.git] / include / linux / slab.h
index 5ff9676..ba965c8 100644 (file)
@@ -288,9 +288,4 @@ static inline void *kzalloc_node(size_t size, gfp_t flags, int node)
        return kmalloc_node(size, flags | __GFP_ZERO, node);
 }
 
-#ifdef CONFIG_SLABINFO
-extern const struct seq_operations slabinfo_op;
-ssize_t slabinfo_write(struct file *, const char __user *, size_t, loff_t *);
-#endif
-
 #endif /* _LINUX_SLAB_H */