commit | 2e033eace7557a4b67ba1cb2746bd87d6ca2620b | [log] [tgz] |
---|---|---|
author | Bhumika Goyal <bhumirks@gmail.com> | Mon Jul 17 20:31:18 2017 +0530 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Mon Oct 09 09:34:27 2017 -0700 |
tree | 78464fea3f15b1a6cc8c309caf54158afec5b250 | |
parent | 2e22a75c55c1e70f36e21d4fa4e165af7f356aa9 [diff] |
ixgbe: declare ixgbe_mac_operations structures as const Declare ixgbe_mac_operations structures as const as they are only stored in the mac_ops field of ixgbe_info structure. This field is of type const and therefore ixgbe_mac_operations structure can be made const too. Signed-off-by: Bhumika Goyal <bhumirks@gmail.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>