summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
diff options
context:
space:
mode:
authorBhumika Goyal <bhumirks@gmail.com>2017-07-17 20:31:18 +0530
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2017-10-09 09:34:27 -0700
commit2e033eace7557a4b67ba1cb2746bd87d6ca2620b (patch)
tree78464fea3f15b1a6cc8c309caf54158afec5b250 /drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
parent2e22a75c55c1e70f36e21d4fa4e165af7f356aa9 (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>
Diffstat (limited to 'drivers/net/ethernet/intel/ixgbe/ixgbe_main.c')
0 files changed, 0 insertions, 0 deletions