> On May 5, 2017, at 6:31 PM, Guenter Roeck <linux@xxxxxxxxxxxx> wrote: > > The driver now uses IRQ_POLL and needs to select it to avoid the following > build error. > > ERROR: ".irq_poll_complete" [drivers/scsi/cxlflash/cxlflash.ko] undefined! > ERROR: ".irq_poll_sched" [drivers/scsi/cxlflash/cxlflash.ko] undefined! > ERROR: ".irq_poll_disable" [drivers/scsi/cxlflash/cxlflash.ko] undefined! > ERROR: ".irq_poll_init" [drivers/scsi/cxlflash/cxlflash.ko] undefined! > > Fixes: cba06e6de403 ("scsi: cxlflash: Implement IRQ polling for RRQ processing") > Signed-off-by: Guenter Roeck <linux@xxxxxxxxxxxx> Acked-by: Matthew R. Ochs <mrochs@xxxxxxxxxxxxxxxxxx>