From: Eric W. Biederman Date: Thu, 19 Apr 2012 13:32:39 +0000 (+0000) Subject: net ipv4: Remove the unneeded registration of an empty net/ipv4/neigh X-Git-Tag: v3.5-rc1~109^2~362 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e5ca78541c549ec8886ad2fc19306f35ee672e1;p=pandora-kernel.git net ipv4: Remove the unneeded registration of an empty net/ipv4/neigh sysctl no longer requires explicit creation of directories. The neigh directory is always populated with at least a default entry so this won't cause any user visible changes. Delete the ipv4_path and the ipv4_skeleton these are no longer needed. Directly register the ipv4_route_table. And since I am an idiot remove the header definitions that I should have removed in the previous patch. Signed-off-by: Eric W. Biederman Acked-by: Pavel Emelyanov Signed-off-by: David S. Miller --- Reading git-diff-tree failed