linux_dsm_epyc7002/drivers/infiniband/hw
Arnd Bergmann 967de35826 IB/hns: include linux/interrupt.h
I ran into this build error on linux-next:

drivers/infiniband/hw/hns/hns_roce_eq.c:477:8: error: unknown type name 'irqreturn_t'
 static irqreturn_t hns_roce_msi_x_interrupt(int irq, void *eq_ptr)
        ^~~~~~~~~~~
drivers/infiniband/hw/hns/hns_roce_eq.c: In function 'hns_roce_msi_x_interrupt':
drivers/infiniband/hw/hns/hns_roce_eq.c:485:9: error: implicit declaration of function 'IRQ_RETVAL'; did you mean 'BPF_RVAL'? [-Werror=implicit-function-declaration]
  return IRQ_RETVAL(int_work);

I have bisected this to a seemingly unrelated change that happened
to remove some indirect header inclusions. Simply including the
required header explicitly fixes the build failure.

Fixes: 09c7570480 ("xfrm: remove flow cache")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Doug Ledford <dledford@redhat.com>
2017-07-31 14:44:47 -04:00
..
bnxt_re RDMA/bnxt_re: Allow posting when QPs are in error 2017-07-24 08:45:12 -04:00
cxgb3 RDMA: Remove useless MODULE_VERSION 2017-07-24 08:45:11 -04:00
cxgb4 RDMA: Remove useless MODULE_VERSION 2017-07-24 08:45:11 -04:00
hfi1 Merge branch 'misc' into k.o/for-next 2017-07-27 09:00:38 -04:00
hns IB/hns: include linux/interrupt.h 2017-07-31 14:44:47 -04:00
i40iw RDMA: Remove useless MODULE_VERSION 2017-07-24 08:45:11 -04:00
mlx4 Merge branch 'misc' into k.o/for-next 2017-07-27 09:00:38 -04:00
mlx5 Merge branch 'misc' into k.o/for-next 2017-07-27 09:00:38 -04:00
mthca RDMA: Remove useless MODULE_VERSION 2017-07-24 08:45:11 -04:00
nes RDMA: Remove useless MODULE_VERSION 2017-07-24 08:45:11 -04:00
ocrdma RDMA: Remove useless MODULE_VERSION 2017-07-24 08:45:11 -04:00
qedr RDMA/qedr: notify user application of supported WIDs 2017-07-27 08:59:52 -04:00
qib Merge branch 'misc' into k.o/for-next 2017-07-27 09:00:38 -04:00
usnic RDMA: Remove useless MODULE_VERSION 2017-07-24 08:45:11 -04:00
vmw_pvrdma RDMA: Remove useless MODULE_VERSION 2017-07-24 08:45:11 -04:00
Makefile RDMA/bnxt_re: Add bnxt_re driver build support 2017-02-14 09:51:28 -05:00