[Intel-wired-lan] [RFC PATCH] ixgbe: ixgbe_get_completion_timeout() can be static
kbuild test robot
fengguang.wu at intel.com
Sat Jul 21 05:53:27 UTC 2018
Fixes: 23f3effc3f69 ("ixgbe: Refactor queue disable logic to take completion time into account")
Signed-off-by: kbuild test robot <fengguang.wu at intel.com>
---
ixgbe_main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c b/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
index d4395f1..e3fac6a 100644
--- a/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
+++ b/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
@@ -5605,7 +5605,7 @@ void ixgbe_up(struct ixgbe_adapter *adapter)
ixgbe_up_complete(adapter);
}
-unsigned long ixgbe_get_completion_timeout(struct ixgbe_adapter *adapter)
+static unsigned long ixgbe_get_completion_timeout(struct ixgbe_adapter *adapter)
{
u16 devctl2;
More information about the Intel-wired-lan
mailing list