mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-20 03:12:08 +00:00
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:
|
||
|---|---|---|
| .. | ||
| common.h | ||
| Kconfig | ||
| lunmgt.c | ||
| main.c | ||
| main.h | ||
| Makefile | ||
| sislite.h | ||
| superpipe.c | ||
| superpipe.h | ||
| vlun.c | ||
| vlun.h | ||