From: Rami Rosen Date: Sat, 15 Jun 2013 20:04:56 +0000 (+0300) Subject: inet: frag , remove an empty ifdef. X-Git-Tag: v3.11-rc1~16^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af92e5425e4a7cfbc9b85dc268acfaadb551cc56;p=pandora-kernel.git inet: frag , remove an empty ifdef. This patch removes an empty ifdef from inet_frag_intern() in net/ipv4/inet_fragment.c. commit b67bfe0d42cac56c512dd5da4b1b347a23f4b70a (hlist: drop the node parameter from iterators) removed hlist from net/ipv4/inet_fragment.c, but did not remove the enclosing ifdef command, which is now empty. Signed-off-by: Rami Rosen Signed-off-by: David S. Miller --- Reading git-diff-tree failed