commit | 9b07be4b2a78166bc54c8eedf18da8a8aafacfab | [log] [tgz] |
---|---|---|
author | stephen hemminger <shemminger@vyatta.com> | Wed Jan 04 12:59:49 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Jan 05 13:23:00 2012 -0500 |
tree | 6a1e70a5777befcd2ed840f0a8d24f6477309987 | |
parent | c8b88efc3047063f98eba26d8d08d9a6b968c73a [diff] |
net: make ethtool_ops const Auditing all usage of ethtool_ops found several drivers that are not declaring the struct const when it should be. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>