Re: [PATCH] cxlflash: Select IRQ_POLL

2017-05-08 Thread Martin K. Petersen
Guenter, > The driver now uses IRQ_POLL and needs to select it to avoid the following > build error. Applied to 4.12/scsi-fixes, thank you! -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] cxlflash: Select IRQ_POLL

2017-05-08 Thread Matthew R. Ochs
> On May 5, 2017, at 6:31 PM, Guenter Roeck 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

[PATCH] cxlflash: Select IRQ_POLL

2017-05-05 Thread Guenter Roeck
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]