From: David S. Miller Date: Sun, 17 Jul 2011 00:45:02 +0000 (-0700) Subject: neigh: Kill hh_cache->hh_output X-Git-Tag: v3.1-rc1~316^2~115 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b23b5455b6458920179a1f27513ce42e70d11f37;p=pandora-kernel.git neigh: Kill hh_cache->hh_output It's just taking on one of two possible values, either neigh_ops->output or dev_queue_xmit(). And this is purely depending upon whether nud_state has NUD_CONNECTED set or not. Signed-off-by: David S. Miller --- Reading git-diff-tree failed