summaryrefslogtreecommitdiff
path: root/scripts/basic
diff options
context:
space:
mode:
authorJubin John <jubin.john@intel.com>2015-11-21 02:13:08 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-12-22 00:48:27 +0300
commit9d2f53ef42c15f6e47b48246beb0a32c4ff3b3ed (patch)
tree667131964611769ece0215cca9181a4234204ca6 /scripts/basic
parentcd371e0959a3f2d5df69d50000750f7eefc94659 (diff)
downloadlinux-9d2f53ef42c15f6e47b48246beb0a32c4ff3b3ed.tar.xz
staging/rdma/hfi1: Fix error in hfi1 driver build
hfi1 driver build fails with the following error: In function ‘handle_receive_interrupt’: error: implicit declaration of function ‘skip_rcv_packet’ [-Werror=implicit-function-declaration] last = skip_rcv_packet(&packet, thread); ^ This is due to the inclusion of the skip_rcv_packet() in the CONFIG_PRESCAN_RXQ ifdef block. This function is independent of CONFIG_PRESCAN_RXQ and should be outside this block. Fixes: 82c2611daaf0 ("staging/rdma/hfi1: Handle packets with invalid RHF on context 0") Reviewed-by: Mike Marciniszyn <mike.marciniszyn@intel.com> Signed-off-by: Jubin John <jubin.john@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/basic')
0 files changed, 0 insertions, 0 deletions