From: YOSHIFUJI Hideaki Date: Tue, 4 Mar 2008 05:55:03 +0000 (+0900) Subject: [NET] NEIGHBOUR: Remove unpopular neigh_is_connected(). X-Git-Tag: v2.6.26-rc1~1138^2~514 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8082c37cdc31fb0ed178d9d706bf7568ada0edd9;p=pandora-kernel.git [NET] NEIGHBOUR: Remove unpopular neigh_is_connected(). neigh_is_connected() is not popular at all, and the only user drivers/net/cxgb3/l2t.c:t3_l2t_update() also have raw (expanded) expression. Let's expand it and remove the inline function. Signed-off-by: YOSHIFUJI Hideaki --- Reading git-diff-tree failed