]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - security/security.c
OMAP: dmtimer: enable all timers to be wakeup events
[linux-2.6-omap-h63xx.git] / security / security.c
index c3586c0d97e2f17c672d1f2cfec8584b580ed5e6..206e53844d2f86b5658d9524b0af9d83ddd41c05 100644 (file)
@@ -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);