igb: remove igb_init_managability as it is deprecated
authorAlexander Duyck <alexander.h.duyck@intel.com>
Mon, 4 Aug 2008 22:00:27 +0000 (15:00 -0700)
committerJeff Garzik <jgarzik@redhat.com>
Thu, 7 Aug 2008 05:55:26 +0000 (01:55 -0400)
commita6ef5e9d7dd6f3de4f88b68c390f0f0d7072944c
tree1917fe6949eda12650475cc3bc1e9134f90116f0
parentec796b4ffc947f74e9e85198d1648e9556300c55
igb: remove igb_init_managability as it is deprecated

igb_init_managability does not actually perform any function as the two
registers it attempts to write are both read only on the host.  This patch
removes the function and all references to it from the driver.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/net/igb/igb_main.c