Index: kernel/generic/include/proc/task.h
===================================================================
--- kernel/generic/include/proc/task.h	(revision 207e8880edd0594e088f82fd9dbaf16946b8317c)
+++ kernel/generic/include/proc/task.h	(revision 6601f9bbc0efac1db2a0bb4f7661233c5be63316)
@@ -133,5 +133,5 @@
 		cht_t ht;
 		/** Serializes access to futex_list.*/
-		spinlock_t list_lock;
+		SPINLOCK_DECLARE(list_lock);
 		/** List of all futexes accesses by this task. */
 		list_t list;
