ixgbe: cleanup functions that should have been defined static
We have some ~40 functions that were being called out with 'make namespacecheck'. This patch changes these functions to be static. Signed-off-by: Don Skidmore <donald.c.skidmore@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
46a72b3514
commit
7b25cdbafd
@@ -3615,7 +3615,7 @@ static void ixgbe_free_q_vectors(struct ixgbe_adapter *adapter)
|
||||
}
|
||||
}
|
||||
|
||||
void ixgbe_reset_interrupt_capability(struct ixgbe_adapter *adapter)
|
||||
static void ixgbe_reset_interrupt_capability(struct ixgbe_adapter *adapter)
|
||||
{
|
||||
if (adapter->flags & IXGBE_FLAG_MSIX_ENABLED) {
|
||||
adapter->flags &= ~IXGBE_FLAG_MSIX_ENABLED;
|
||||
|
Reference in New Issue
Block a user