diff options
author | Roland Dreier <roland@purestorage.com> | 2012-10-03 04:23:43 (GMT) |
---|---|---|
committer | Roland Dreier <roland@purestorage.com> | 2012-10-03 04:33:41 (GMT) |
commit | 71d9c5f9e60846fa40c9efadda122d9cf275c1d2 (patch) | |
tree | 809bbc9b14de1af464f8ab278a092e1b61f9f4e6 /net/irda/irmod.c | |
parent | 7a9a2970b5c1c2ce73d4bb84edaa7ebf13e0c841 (diff) | |
download | linux-fsl-qoriq-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 'net/irda/irmod.c')
0 files changed, 0 insertions, 0 deletions