From: Greg Rose Date: Thu, 17 Nov 2011 01:48:24 +0000 (+0000) Subject: ixgbe: Remove function prototype for non-existent function X-Git-Tag: v2.6.39-400.9.0~423^2~19^2~11^2~135 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=ab0ade1ca50699bfaff378a248773a31732b2425;p=users%2Fjedix%2Flinux-maple.git ixgbe: Remove function prototype for non-existent function (cherry picked from commit 560f20dad7b46e6e8cd166d992679fc96fc50026) Signed-off-by: Greg Rose Tested-by: Sibai Li Signed-off-by: Jeff Kirsher Signed-off-by: Joe Jin --- diff --git a/drivers/net/ixgbe/ixgbe_sriov.h b/drivers/net/ixgbe/ixgbe_sriov.h index 1622a610b0918..160600475dc1f 100644 --- a/drivers/net/ixgbe/ixgbe_sriov.h +++ b/drivers/net/ixgbe/ixgbe_sriov.h @@ -33,7 +33,6 @@ void ixgbe_msg_task(struct ixgbe_adapter *adapter); int ixgbe_vf_configuration(struct pci_dev *pdev, unsigned int event_mask); void ixgbe_disable_tx_rx(struct ixgbe_adapter *adapter); void ixgbe_ping_all_vfs(struct ixgbe_adapter *adapter); -void ixgbe_dump_registers(struct ixgbe_adapter *adapter); int ixgbe_ndo_set_vf_mac(struct net_device *netdev, int queue, u8 *mac); int ixgbe_ndo_set_vf_vlan(struct net_device *netdev, int queue, u16 vlan, u8 qos);