HID: Add teletext/color keys - gyration remote - EU version (GYAR3101CKDE)
[pandora-kernel.git] / security / security.c
index c645e26..739e403 100644 (file)
@@ -986,8 +986,7 @@ EXPORT_SYMBOL(security_inode_getsecctx);
 
 #ifdef CONFIG_SECURITY_NETWORK
 
-int security_unix_stream_connect(struct socket *sock, struct socket *other,
-                                struct sock *newsk)
+int security_unix_stream_connect(struct sock *sock, struct sock *other, struct sock *newsk)
 {
        return security_ops->unix_stream_connect(sock, other, newsk);
 }