From: Alexander Duyck Date: Fri, 9 Apr 2010 10:01:37 +0000 (+0000) Subject: skbuff: remove unused dev_consume_skb macro definition X-Git-Tag: v2.6.35-rc1~473^2~494 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd58950a5345f006a318f178705b9250aa54425c;p=pandora-kernel.git skbuff: remove unused dev_consume_skb macro definition dev_consume_skb and kfree_skb_clean have no users and in the case of kfree_skb_clean could cause potential build issues since I cannot find where it is defined. Based on the patch in which it was introduced it appears to have been a bit of leftover code from an earlier version of the patch in which kfree_skb_clean was dropped in favor of consume_skb. Signed-off-by: Alexander Duyck Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed