sched/headers: Remove <linux/sched.h> and <linux/slab.h> from <linux/delayacct.h>
[linux-2.6-block.git] / include / linux / fault-inject.h
index 9f4956d8601c111c57d27ca7205a04792d7e75dd..728d4e0292aa776a0d22141055ef17d650d41b2a 100644 (file)
@@ -61,6 +61,8 @@ static inline struct dentry *fault_create_debugfs_attr(const char *name,
 
 #endif /* CONFIG_FAULT_INJECTION */
 
+struct kmem_cache;
+
 #ifdef CONFIG_FAILSLAB
 extern bool should_failslab(struct kmem_cache *s, gfp_t gfpflags);
 #else