|
@@ -3122,7 +3122,7 @@ static void ixgbevf_free_all_rx_resources(struct ixgbevf_adapter *adapter)
|
|
|
* handler is registered with the OS, the watchdog timer is started,
|
|
|
* and the stack is notified that the interface is ready.
|
|
|
**/
|
|
|
-static int ixgbevf_open(struct net_device *netdev)
|
|
|
+int ixgbevf_open(struct net_device *netdev)
|
|
|
{
|
|
|
struct ixgbevf_adapter *adapter = netdev_priv(netdev);
|
|
|
struct ixgbe_hw *hw = &adapter->hw;
|
|
@@ -3205,7 +3205,7 @@ err_setup_reset:
|
|
|
* needs to be disabled. A global MAC reset is issued to stop the
|
|
|
* hardware, and all transmit and receive resources are freed.
|
|
|
**/
|
|
|
-static int ixgbevf_close(struct net_device *netdev)
|
|
|
+int ixgbevf_close(struct net_device *netdev)
|
|
|
{
|
|
|
struct ixgbevf_adapter *adapter = netdev_priv(netdev);
|
|
|
|