summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorRoland Dreier <roland@purestorage.com>2012-10-03 04:23:43 (GMT)
committerRoland Dreier <roland@purestorage.com>2012-10-03 04:33:41 (GMT)
commit71d9c5f9e60846fa40c9efadda122d9cf275c1d2 (patch)
tree809bbc9b14de1af464f8ab278a092e1b61f9f4e6 /Documentation
parent7a9a2970b5c1c2ce73d4bb84edaa7ebf13e0c841 (diff)
downloadlinux-71d9c5f9e60846fa40c9efadda122d9cf275c1d2.tar.xz
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 <rdunlap@xenotime.net> Reported-by: Michael Neuling <mikey@neuling.org> Signed-off-by: Roland Dreier <roland@purestorage.com>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions