]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net: ethoc: Make needlessly global struct ethtool_ops static
authorTobias Klauser <tklauser@distanz.ch>
Tue, 17 Jan 2017 14:01:08 +0000 (15:01 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 17 Jan 2017 20:50:56 +0000 (15:50 -0500)
commita870a97757dd4f165f4f7bb749350bee7df31716
treea473fc73e4fd735e6e22efb71fcaa1bf5f0c1533
parent49a67b5db791590654fea18e22f8d47343a17ad4
net: ethoc: Make needlessly global struct ethtool_ops static

Make the needlessly global struct ethtool_ops ethoc_ethtool_ops static
to fix a sparse warning.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/ethoc.c