net/atm: remove the atmdev_ops {get, set}sockopt methods
authorChristoph Hellwig <hch@lst.de>
Fri, 17 Jul 2020 06:23:10 +0000 (08:23 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 20 Jul 2020 01:16:40 +0000 (18:16 -0700)
commita06d30ae7af492497ffbca6abf1621d508b8fcaa
treee7d6000035fd8ccc161509fb4ebedfee844f5451
parent089377b7e8e70f00c2290b00cb0024cc6e165a7d
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 <hch@lst.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/atm/eni.c
drivers/atm/firestream.c
drivers/atm/fore200e.c
drivers/atm/horizon.c
drivers/atm/iphase.c
drivers/atm/lanai.c
drivers/atm/solos-pci.c
drivers/atm/zatm.c
include/linux/atmdev.h
net/atm/common.c