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)
commit5672a8fd286ced9d15ed81f241486e957c4e332b
tree48d99ecbd2e2efcef244fc889fcc9fc754469122
parent5b54dac856cb5bd6f33f4159012773e4a33704f7
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