]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
ixgbe: declare ixgbe_mac_operations structures as const
authorBhumika Goyal <bhumirks@gmail.com>
Mon, 17 Jul 2017 15:01:18 +0000 (20:31 +0530)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Mon, 9 Oct 2017 16:34:27 +0000 (09:34 -0700)
commit2e033eace7557a4b67ba1cb2746bd87d6ca2620b
tree78464fea3f15b1a6cc8c309caf54158afec5b250
parent2e22a75c55c1e70f36e21d4fa4e165af7f356aa9
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>
drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c