From: Herbert Xu Date: Wed, 25 Apr 2007 04:54:09 +0000 (-0700) Subject: [IPV6]: Consolidate common SNMP code X-Git-Tag: v2.6.22-rc1~1128^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f7d9a6b96c5708c5184cbed61bbc15b163a0f08;p=pandora-kernel.git [IPV6]: Consolidate common SNMP code This patch moves the non-proc SNMP code into addrconf.c and reuses IPv4 SNMP code where applicable. As a result we can skip proc.o if /proc is disabled. Note that I've made a number of functions static since they're only used by addrconf.c for now. If they ever get used elsewhere we can always remove the static. Signed-off-by: Herbert Xu Acked-by: YOSHIFUJI Hideaki Signed-off-by: David S. Miller --- Reading git-diff-tree failed