diff options
| author | Christoph Hellwig <[email protected]> | 2020-07-17 06:23:10 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2020-07-20 01:16:40 +0000 |
| commit | a06d30ae7af492497ffbca6abf1621d508b8fcaa (patch) | |
| tree | e7d6000035fd8ccc161509fb4ebedfee844f5451 /drivers/atm/firestream.c | |
| parent | net: rds: rdma_transport.h: delete duplicated word (diff) | |
| download | kernel-a06d30ae7af492497ffbca6abf1621d508b8fcaa.tar.gz kernel-a06d30ae7af492497ffbca6abf1621d508b8fcaa.zip | |
net/atm: remove the atmdev_ops {get, set}sockopt methods
All implementations of these two methods are dummies that always
return -EINVAL.
Signed-off-by: Christoph Hellwig <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'drivers/atm/firestream.c')
| -rw-r--r-- | drivers/atm/firestream.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/atm/firestream.c b/drivers/atm/firestream.c index cc87004d5e2d..2ca9ec802734 100644 --- a/drivers/atm/firestream.c +++ b/drivers/atm/firestream.c @@ -1277,8 +1277,6 @@ static const struct atmdev_ops ops = { .send = fs_send, .owner = THIS_MODULE, /* ioctl: fs_ioctl, */ - /* getsockopt: fs_getsockopt, */ - /* setsockopt: fs_setsockopt, */ /* change_qos: fs_change_qos, */ /* For now implement these internally here... */ |
