summaryrefslogtreecommitdiff
path: root/crypto/algif_rng.c
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2018-04-09 15:26:26 +0200
committerChristoph Hellwig <hch@lst.de>2018-05-26 09:16:44 +0200
commit05bd89e6b1d1944bc410328c50b607d2fd056e90 (patch)
treee02737bfcf826f6a1d6d8f9b31c3213fe0db10da /crypto/algif_rng.c
parentef734472771a62ae9f901367a40a89382a991917 (diff)
downloadlinux-crypto-05bd89e6b1d1944bc410328c50b607d2fd056e90.tar.gz
linux-crypto-05bd89e6b1d1944bc410328c50b607d2fd056e90.zip
net: remove sock_no_poll
Now that sock_poll handles a NULL ->poll or ->poll_mask there is no need for a stub. Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'crypto/algif_rng.c')
-rw-r--r--crypto/algif_rng.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/algif_rng.c b/crypto/algif_rng.c
index 150c2b64..22df3799 100644
--- a/crypto/algif_rng.c
+++ b/crypto/algif_rng.c
@@ -106,7 +106,6 @@ static struct proto_ops algif_rng_ops = {
.bind = sock_no_bind,
.accept = sock_no_accept,
.setsockopt = sock_no_setsockopt,
- .poll = sock_no_poll,
.sendmsg = sock_no_sendmsg,
.sendpage = sock_no_sendpage,