From: Alexander Duyck Date: Fri, 11 May 2012 08:32:19 +0000 (+0000) Subject: ixgbevf: Drop all dead or unnecessary code X-Git-Tag: v3.6-rc1~125^2~135 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77d5dfca41ef00dbe4368ba05297adc32d5e5741;p=pandora-kernel.git ixgbevf: Drop all dead or unnecessary code There is a large amount of code present in this driver to support features that either do no exist or are not supported such ask packet split, DCA, or RSC. This patch strips out almost all of that code and in the case of conditionals based on unused flags I am flatting the code out to just the path that would have been selected. Signed-off-by: Alexander Duyck Signed-off-by: Greg Rose Tested-by: Sibai Li Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed