ethtool: move to its own directory
authorMichal Kubecek <mkubecek@suse.cz>
Wed, 11 Dec 2019 09:58:24 +0000 (10:58 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 13 Dec 2019 01:07:05 +0000 (17:07 -0800)
commit9ce48e5a09ea63a7867647af68caa0605d99757d
tree2f9e3dfe1d0642153533e4d300328c14740908de
parent32d5109a9d864aea3981f0b5ea736eee4e11b42a
ethtool: move to its own directory

The ethtool netlink interface is going to be split into multiple files so
that it will be more convenient to put all of them in a separate directory
net/ethtool. Start by moving current ethtool.c with ioctl interface into
this directory and renaming it to ioctl.c.

Signed-off-by: Michal Kubecek <mkubecek@suse.cz>
Acked-by: Jiri Pirko <jiri@mellanox.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/Makefile
net/core/Makefile
net/core/ethtool.c [deleted file]
net/ethtool/Makefile [new file with mode: 0644]
net/ethtool/ioctl.c [new file with mode: 0644]