[PATCH] kill sigqueue->lock
[powerpc.git] / include / linux / signal.h
index 7be18b5..5dd5f02 100644 (file)
@@ -25,7 +25,6 @@
 
 struct sigqueue {
        struct list_head list;
-       spinlock_t *lock;
        int flags;
        siginfo_t info;
        struct user_struct *user;