diff options
author | Christoph Hellwig <hch@lst.de> | 2018-04-09 16:26:26 +0300 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2018-05-26 10:16:44 +0300 |
commit | 984652dd8b1f0998b9a181944ad5a00d06f9586f (patch) | |
tree | 2cb0354581a57d164d5aad34359aae00916c8a1d /crypto/algif_rng.c | |
parent | 152524231023c76b3b7b3e71017c7f951812868d (diff) | |
download | linux-984652dd8b1f0998b9a181944ad5a00d06f9586f.tar.xz |
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.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/algif_rng.c b/crypto/algif_rng.c index 150c2b6480ed..22df3799a17b 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, |