]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
ixgbe: Remove function prototype for non-existent function
authorGreg Rose <gregory.v.rose@intel.com>
Thu, 17 Nov 2011 01:48:24 +0000 (01:48 +0000)
committerJoe Jin <joe.jin@oracle.com>
Thu, 17 May 2012 14:34:47 +0000 (22:34 +0800)
(cherry picked from commit 560f20dad7b46e6e8cd166d992679fc96fc50026)
Signed-off-by: Greg Rose <gregory.v.rose@intel.com>
Tested-by: Sibai Li <sibai.li@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/net/ixgbe/ixgbe_sriov.h

index 1622a610b0918b81f5487d5eb307ffe77a06cb0e..160600475dc1f129dff219f8fa1bd2397013fb10 100644 (file)
@@ -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);