--- include/linux/slab.h | 3 --- include/linux/slab_def.h | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) Index: slub/include/linux/slab.h =================================================================== --- slub.orig/include/linux/slab.h 2007-05-14 13:32:37.000000000 -0700 +++ slub/include/linux/slab.h 2007-05-14 13:32:48.000000000 -0700 @@ -233,9 +233,6 @@ extern void *__kmalloc_node_track_caller #endif /* DEBUG_SLAB */ -extern const struct seq_operations slabinfo_op; -ssize_t slabinfo_write(struct file *, const char __user *, size_t, loff_t *); - #endif /* __KERNEL__ */ #endif /* _LINUX_SLAB_H */ Index: slub/include/linux/slab_def.h =================================================================== --- slub.orig/include/linux/slab_def.h 2007-05-14 13:32:54.000000000 -0700 +++ slub/include/linux/slab_def.h 2007-05-14 13:33:06.000000000 -0700 @@ -109,4 +109,7 @@ found: #endif /* CONFIG_NUMA */ +extern const struct seq_operations slabinfo_op; +ssize_t slabinfo_write(struct file *, const char __user *, size_t, loff_t *); + #endif /* _LINUX_SLAB_DEF_H */