From: Greg Rose Date: Tue, 11 Dec 2012 08:26:33 +0000 (+0000) Subject: ixgbe: Make mailbox ops initialization unconditional X-Git-Tag: v3.9-rc1~139^2~258^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60a1a6800decfc30bd09a84a857ec2f052872ddd;p=pandora-kernel.git ixgbe: Make mailbox ops initialization unconditional There is no actual dependency on initialization of the mailbox ops on whether SR-IOV is enabled or not and it doesn't hurt to go ahead and initialize ops unconditionally. Move the initialization into the device probe so that the mailbox ops are initialized at the time we have the board info necessary to do it. Signed-off-by: Greg Rose CC: Don Dutile Tested-by: Phil Schmitt Tested-by: Sibai Li Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed