Index: linux-2.6.19-rc6-mm1/include/linux/slab.h =================================================================== --- linux-2.6.19-rc6-mm1.orig/include/linux/slab.h 2006-11-28 18:44:21.000000000 -0800 +++ linux-2.6.19-rc6-mm1/include/linux/slab.h 2006-11-28 18:44:31.000000000 -0800 @@ -58,7 +58,7 @@ extern int kmem_ptr_validate(struct kmem_cache *cachep, void *ptr); struct shrinker; -extern void kmem_set_shrinker(kmem_cache_t *cachep, struct shrinker *shrinker); +extern void kmem_set_shrinker(struct kmem_cache *cachep, struct shrinker *shrinker); #ifdef CONFIG_NUMA extern void *kmem_cache_alloc_node(struct kmem_cache *, gfp_t flags, int node); Index: linux-2.6.19-rc6-mm1/include/linux/slob.h =================================================================== --- linux-2.6.19-rc6-mm1.orig/include/linux/slob.h 2006-11-28 18:44:34.000000000 -0800 +++ linux-2.6.19-rc6-mm1/include/linux/slob.h 2006-11-28 18:44:43.000000000 -0800 @@ -37,7 +37,7 @@ #define kmalloc_node_track_caller kmalloc_node struct shrinker; -static inline void kmem_set_shrinker(kmem_cache_t *cachep, +static inline void kmem_set_shrinker(struct kmem_cache *cachep, struct shrinker *shrinker) {} #endif /* _LINUX_SLOB_H */