From: Alexander Duyck Date: Wed, 17 Feb 2010 01:00:41 +0000 (+0000) Subject: igb: remove unecessary q_vector declarations and remove itr_shift X-Git-Tag: v2.6.34-rc1~233^2~234 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26b39276ca5ff4dbf3c07704e34fd820fd97decf;p=pandora-kernel.git igb: remove unecessary q_vector declarations and remove itr_shift This change removes the use of itr_shift since a mac type call can be used just as easily to identify the only HW that needs to have the itr shifted. In addition it removes two unecessary declarations of a q_vector pointer from the initialization path. Signed-off-by: Alexander Duyck Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed