Merge branch 'for-4.12/upstream-fixes' into for-linus
[linux-2.6-microblaze.git] / include / linux / fault-inject.h
index 9f4956d..728d4e0 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