Index: kernel/generic/include/proc/task.h
===================================================================
--- kernel/generic/include/proc/task.h	(revision 05ffb410774ff0c26682afbcb4c7bfc3e315749b)
+++ kernel/generic/include/proc/task.h	(revision e9d15d9f0efb393d698245b131a15268dc1cd68f)
@@ -37,5 +37,4 @@
 
 #include <cpu.h>
-#include <kobject/kobject.h>
 #include <ipc/ipc.h>
 #include <ipc/event.h>
@@ -66,4 +65,5 @@
 
 struct thread;
+struct kobject;
 
 /** Task structure. */
@@ -98,5 +98,5 @@
 
 	/** Kernel objects */
-	kobject_t kobject[MAX_KERNEL_OBJECTS];
+	struct kobject *kobject;
 	
 	/* IPC stuff */
