]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/sem.h
Merge branch 'upstream'
[linux-2.6-omap-h63xx.git] / include / linux / sem.h
index 106f9757339a54aeffc52a440129b5827040c8c1..3c1f1120fe8846de2ef1f9a3ec2d4cf47171f8b0 100644 (file)
@@ -79,6 +79,8 @@ struct  seminfo {
 
 #ifdef __KERNEL__
 
+struct task_struct;
+
 /* One semaphore structure for each semaphore in the system. */
 struct sem {
        int     semval;         /* current value */