]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/lockdep.h
backlight: Remove unneeded owner field
[linux-2.6-omap-h63xx.git] / include / linux / lockdep.h
index ea097dddc44f791d34a599aa12b3a251413aa47d..06fe93a3e916d882fa09fe4275ed9cbf922ac8c0 100644 (file)
@@ -8,6 +8,8 @@
 #ifndef __LINUX_LOCKDEP_H
 #define __LINUX_LOCKDEP_H
 
+struct task_struct;
+
 #ifdef CONFIG_LOCKDEP
 
 #include <linux/linkage.h>
@@ -132,6 +134,7 @@ struct lock_list {
        struct list_head                entry;
        struct lock_class               *class;
        struct stack_trace              trace;
+       int                             distance;
 };
 
 /*