X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=security%2Fsecurity.c;h=206e53844d2f86b5658d9524b0af9d83ddd41c05;hb=3341cc6e86da7b956084d5b6c9ca2e4f1c27f9bf;hp=c3586c0d97e2f17c672d1f2cfec8584b580ed5e6;hpb=c69e8839c230c60d3c5f62c8f88bd23d8d6519ee;p=linux-2.6-omap-h63xx.git diff --git a/security/security.c b/security/security.c index c3586c0d97e..206e53844d2 100644 --- a/security/security.c +++ b/security/security.c @@ -1007,11 +1007,6 @@ int security_socket_accept(struct socket *sock, struct socket *newsock) return security_ops->socket_accept(sock, newsock); } -void security_socket_post_accept(struct socket *sock, struct socket *newsock) -{ - security_ops->socket_post_accept(sock, newsock); -} - int security_socket_sendmsg(struct socket *sock, struct msghdr *msg, int size) { return security_ops->socket_sendmsg(sock, msg, size);