commit | ef9c7ab4a97d53d9cb4912d13e142f52a30ecd54 | [log] [tgz] |
---|---|---|
author | stephen hemminger <shemminger@vyatta.com> | Thu Apr 14 05:51:52 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 14 21:53:43 2011 -0700 |
tree | 942dffdc67367bd23314c12ebabfd3ce4ce68735 | |
parent | 6c8c2513c86c589a819c161c9abbdea2a3d56f5e [diff] |
qlge: make nic_operations struct const The struct nic_operations is just function pointers and should be declared const for added security. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>