From: Bruce Allan Date: Wed, 22 Feb 2012 09:02:26 +0000 (+0000) Subject: e1000e: cleanup: rename e1000e_setup_link() and call as function pointer X-Git-Tag: v3.4-rc1~177^2~180^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a46b40fbb1dfd698efbc7a9575aa64aed04d568;p=pandora-kernel.git e1000e: cleanup: rename e1000e_setup_link() and call as function pointer Rename e1000e_setup_link() to e1000e_setup_link_generic() to signify the function is used for more than one MAC-family type. The 82571-family has a custom setup_link function which also calls the generic function. The ich8lan-family has a custom function which should just be called via the function pointer. The 80003es2lan-family just uses the generic function. Signed-off-by: Bruce Allan Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed