diff options
author | Arnd Bergmann <arnd@arndb.de> | 2017-02-17 17:40:21 +0300 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2017-02-19 17:27:29 +0300 |
commit | e57f774db1fef3d983fd77db0f48f3f39875c65f (patch) | |
tree | ad94878448e67fa4338050bc246a427548377cfe /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | 3ecc16c82c068885cef5697d2f056a8fc317cf45 (diff) | |
download | linux-e57f774db1fef3d983fd77db0f48f3f39875c65f.tar.xz |
RDMA/bnxt_re: add DCB dependency
When CONFIG_DCB is disabled, we get a link error:
drivers/infiniband/built-in.o: In function `bnxt_re_setup_qos':
trace.c:(.text+0x155774): undefined reference to `dcb_ieee_getapp_mask'
trace.c:(.text+0x155774): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `dcb_ieee_getapp_mask'
trace.c:(.text+0x155794): undefined reference to `dcb_ieee_getapp_mask'
trace.c:(.text+0x155794): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `dcb_ieee_getapp_mask'
Like the other drivers that use this function, a Kconfig dependency is
the correct fix.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions