ath79: ag71xx: remove unused SIOCETHTOOL ioctl handling
authorPetr Štetiar <ynezz@true.cz>
Fri, 24 May 2019 21:49:40 +0000 (23:49 +0200)
committerPetr Štetiar <ynezz@true.cz>
Wed, 5 Jun 2019 08:12:30 +0000 (10:12 +0200)
commit5fee0a0923c49804705089f50b66abee6e5f5ad5
tree0d5c5bf37d87d5dd098792b11309d47234af8064
parentbf58bc3bd85072d684c9bf12e566164348979277
ath79: ag71xx: remove unused SIOCETHTOOL ioctl handling

This ioctl is currently routed through generic interface code:

 dev_ioctl
   dev_ethtool
     __ethtool_get_link_ksettings
       phy_ethtool_ioctl

Cc: John Crispin <john@phrozen.org>
Cc: Chuanhong Guo <gch981213@gmail.com>
Signed-off-by: Petr Štetiar <ynezz@true.cz>
target/linux/ath79/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_main.c