From: Bruce Allan Date: Thu, 23 Feb 2012 03:31:29 +0000 (+0000) Subject: e1000e: use msleep instead of mdelay X-Git-Tag: v3.4-rc1~177^2~165 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb9c5ee15b560f944a8877f60e7d3d77ad542286;p=pandora-kernel.git e1000e: use msleep instead of mdelay The e1000_link_stall_workaround_lv() function is always called in non- atomic context so it should use msleep instead of mdelay. Also, remove unnecessary #include . Signed-off-by: Bruce Allan Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed