[PATCH] lockdep: forward declare struct task_struct
[powerpc.git] / include / linux / lockdep.h
index 7e1160d..06fe93a 100644 (file)
@@ -8,6 +8,8 @@
 #ifndef __LINUX_LOCKDEP_H
 #define __LINUX_LOCKDEP_H
 
+struct task_struct;
+
 #ifdef CONFIG_LOCKDEP
 
 #include <linux/linkage.h>