diff options
author | Bhumika Goyal <bhumirks@gmail.com> | 2017-07-17 20:31:18 +0530 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2017-10-09 09:34:27 -0700 |
commit | 2e033eace7557a4b67ba1cb2746bd87d6ca2620b (patch) | |
tree | 78464fea3f15b1a6cc8c309caf54158afec5b250 /drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | |
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>
Diffstat (limited to 'drivers/net/ethernet/intel/ixgbe/ixgbe_main.c')
0 files changed, 0 insertions, 0 deletions