]> git.baikalelectronics.ru Git - kernel.git/commit
net: ethoc: remove ethoc_config
authorFlorian Fainelli <f.fainelli@gmail.com>
Mon, 21 Apr 2014 16:09:19 +0000 (09:09 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 21 Apr 2014 18:58:48 +0000 (14:58 -0400)
commit9b7b3a2fee153a20055913b0e1dc2e4d96a2f8fe
tree48d99ecbd2e2efcef244fc889fcc9fc754469122
parentcfa8596836c89baa3db0460f4240f79a35489e23
net: ethoc: remove ethoc_config

ethoc_config() returns -ENOSYS and does not implement anything useful,
let's remove it such that net/core/dev_ioctl.c::dev_ifsioc can return
something meaningful like -EOPNOTSUPP.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/ethoc.c