From: Cong Wang Date: Mon, 2 Sep 2013 02:06:53 +0000 (+0800) Subject: net: make snmp_mib_free static inline X-Git-Tag: v3.12-rc1~132^2~89 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a17a390de7bdbcfff9b8f344273a886ca4cf8bf;p=pandora-kernel.git net: make snmp_mib_free static inline Fengguang reported: net/built-in.o: In function `in6_dev_finish_destroy': (.text+0x4ca7d): undefined reference to `snmp_mib_free' this is due to snmp_mib_free() is defined when CONFIG_INET is enabled, but in6_dev_finish_destroy() is now moved to core kernel. I think snmp_mib_free() is small enough to be inlined, so just make it static inline. Reported-by: kbuild test robot Signed-off-by: Cong Wang Signed-off-by: David S. Miller --- Reading git-diff-tree failed