From: Alexander Duyck Date: Thu, 21 Jul 2011 00:40:40 +0000 (+0000) Subject: ixgbe: make ixgbe_up and ixgbe_up_complete void functions X-Git-Tag: v3.2-rc1~129^2~266 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7ccde0f8392516576afe291b06c5527b7ad90de;p=pandora-kernel.git ixgbe: make ixgbe_up and ixgbe_up_complete void functions ixgbe_up and ixgbe_up_complete will always return 0. Since this doesn't provide any useful information we might as well just make them both void and save ourselves from having to return an unused value. Signed-off-by: Alexander Duyck Tested-by: Phil Schmitt Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed