]> git.itanic.dy.fi Git - linux-stable/commit
cxl/pci: Remove hardirq handler for cxl_request_irq()
authorDan Williams <dan.j.williams@intel.com>
Wed, 4 Oct 2023 03:12:12 +0000 (20:12 -0700)
committerDan Williams <dan.j.williams@intel.com>
Fri, 6 Oct 2023 07:12:44 +0000 (00:12 -0700)
commit08b8a8c05423174e3ef4fb0bd514de20088cf5ac
tree4368f158eb5aedfd0c7cb6c8acc962a493810296
parente30a106558e7d1e06d1fcfd12466dc646673d03d
cxl/pci: Remove hardirq handler for cxl_request_irq()

Now that all callers of cxl_request_irq() are using threaded irqs, drop
the hardirq handler option.

Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Reviewed-by: Ira Weiny <ira.weiny@intel.com>
Reviewed-by: Davidlohr Bueso <dave@stgolabs.net>
Reviewed-by: Dave Jiang <dave.jiang@intel.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
drivers/cxl/pci.c