]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
ixgbe: make __ixgbe_setup_tc static
authorEmil Tantilov <emil.s.tantilov@intel.com>
Wed, 17 Feb 2016 23:55:06 +0000 (15:55 -0800)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 30 Mar 2016 05:57:32 +0000 (22:57 -0700)
commit6e2a60b57a83ea134c06c5226aaff20e7e9ce221
treef3261c0d84c614e1f32728c59df5937c80eb6311
parent32ca68683532ab629d16cede1102b36ae5346f40
ixgbe: make __ixgbe_setup_tc static

This function is only used in ixgbe_main.c
Resolves a "missing prototype" warning when building the driver with W=1

Reported-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Signed-off-by: Emil Tantilov <emil.s.tantilov@intel.com>
Acked-by: John Fastabend <john.r.fastabend@intel.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_main.c