From: Johannes Berg Date: Fri, 17 Apr 2015 13:45:04 +0000 (+0200) Subject: net: remove unused 'dev' argument from netif_needs_gso() X-Git-Tag: omap-for-v4.1/fixes-rc1~108^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b86a61da37cbbcf4bd6e87fda494a59b1cf16c4;p=pandora-kernel.git net: remove unused 'dev' argument from netif_needs_gso() In commit 04ffcb255f22 ("net: Add ndo_gso_check") Tom originally added the 'dev' argument to be able to call ndo_gso_check(). Then later, when generalizing this in commit 5f35227ea34b ("net: Generalize ndo_gso_check to ndo_features_check") Jesse removed the call to ndo_gso_check() in netif_needs_gso() by calling the new ndo_features_check() in a different place. This made the 'dev' argument unused. Remove the unused argument and go back to the code as before. Cc: Tom Herbert Cc: Jesse Gross Signed-off-by: Johannes Berg Signed-off-by: David S. Miller --- Reading git-diff-tree failed