]> git.baikalelectronics.ru Git - 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)
commita834286a8d5e8610abe6b0042e749f7f0325d2a9
treef3261c0d84c614e1f32728c59df5937c80eb6311
parent3f8826af6cedeef70eece78368efe285809b79c3
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