]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd3a078045f36b8028a0d8d1ffd1ae05857af5079
treee7d6000035fd8ccc161509fb4ebedfee844f5451
parentfb422efc01f7f14157647539b633bf9d091e4f0f
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