linux/drivers/infiniband/hw
Arnd Bergmann baa00fcde4 RDMA/i40iw: include linux/irq.h
We get a build failure on ARM unless the header is included explicitly:

drivers/infiniband/hw/i40iw/i40iw_verbs.c: In function 'i40iw_get_vector_affinity':
drivers/infiniband/hw/i40iw/i40iw_verbs.c:2747:9: error: implicit declaration of function 'irq_get_affinity_mask'; did you mean 'irq_create_affinity_masks'? [-Werror=implicit-function-declaration]
  return irq_get_affinity_mask(msix_vec->irq);
         ^~~~~~~~~~~~~~~~~~~~~
         irq_create_affinity_masks
drivers/infiniband/hw/i40iw/i40iw_verbs.c:2747:9: error: returning 'int' from a function with return type 'const struct cpumask *' makes pointer from integer without a cast [-Werror=int-conversion]
  return irq_get_affinity_mask(msix_vec->irq);

Fixes: 7e952b19eb ("i40iw: Implement get_vector_affinity API")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Doug Ledford <dledford@redhat.com>
2018-03-14 16:09:56 -04:00
..
bnxt_re RDMA/bnxt_re: Remove an unused variable 2018-03-13 16:21:42 -04:00
cxgb3 IB/cxgb3: remove cxio_dbg.c 2018-02-14 16:21:15 -07:00
cxgb4 iw_cxgb4: initialize ib_mr fields for user mrs 2018-03-08 15:03:03 -05:00
hfi1 IB: remove duplicate header files 2018-03-13 16:46:03 -04:00
hns RDMA/hns: Support cq record doorbell for kernel space 2018-03-13 16:40:15 -04:00
i40iw RDMA/i40iw: include linux/irq.h 2018-03-14 16:09:56 -04:00
mlx4 mlx4_ib: zero out struct ib_pd when allocating 2018-03-08 15:03:03 -05:00
mlx5 IB/mlx5: Maintain a single emergency page 2018-03-14 16:05:16 -04:00
mthca IB/mthca: remove mthca_user.h 2018-01-28 14:07:16 -07:00
nes nes: Change accelerated flag to bool 2017-12-22 13:33:30 -07:00
ocrdma IB/ocrdma: Use zeroing memory allocator than allocator/memset 2018-01-02 11:20:13 -07:00
qedr pci-v4.16-changes 2018-02-06 09:59:40 -08:00
qib infiniband: hw: Drop unnecessary continue 2018-03-06 16:00:51 -07:00
usnic IB/usnic: Delete an error message for a failed memory allocation in usnic_transport_init() 2018-02-28 13:57:39 -07:00
vmw_pvrdma RDMA/pvrdma: Properly annotate QP states 2018-03-14 15:34:25 -04:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00