From: Roland Dreier Date: Wed, 3 Oct 2012 04:23:43 +0000 (-0700) Subject: IPoIB: Fix build with CONFIG_INFINIBAND_IPOIB_CM=n X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~6^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71d9c5f9e60846fa40c9efadda122d9cf275c1d2;p=pandora-kernel.git IPoIB: Fix build with CONFIG_INFINIBAND_IPOIB_CM=n With the new netlink support in commit 862096a8bbf8 ("IB/ipoib: Add more rtnl_link_ops callbacks") we need ipoib_set_mode() to be available even if connected mode isn't built. Move the function from ipoib_cm.c to ipoib_main.c (and make a few CM-related macros available unconditonally). This fixes the build error drivers/built-in.o: In function 'ipoib_changelink': ipoib_netlink.c:(.text+0x6a5fc9): undefined reference to 'ipoib_set_mode' ipoib_netlink.c:(.text+0x6a5fe3): undefined reference to 'ipoib_set_mode' when CONFIG_INFINIBAND_IPOIB_CM isn't set. Reported-by: Randy Dunlap Reported-by: Michael Neuling Signed-off-by: Roland Dreier --- Reading git-diff-tree failed