diff options
author | Alastair D'Silva <alastair@d-silva.org> | 2018-06-28 06:05:01 -0400 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2018-07-02 09:54:30 -0400 |
commit | 0cfd7335d1ebea42cf113fd22452f6a10d3960fe (patch) | |
tree | 6fe4c81a99b483601c0213a5212f30cdd7383320 /include/misc | |
parent | c5828150067c47a97f30e690a472e0548d3ac97d (diff) |
Revert "cxl: Add support for interrupts on the Mellanox CX4"
Remove abandonned capi support for the Mellanox CX4.
This reverts commit a2f67d5ee8d950caaa7a6144cf0bfb256500b73e.
Signed-off-by: Alastair D'Silva <alastair@d-silva.org>
Acked-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'include/misc')
-rw-r--r-- | include/misc/cxl-base.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/misc/cxl-base.h b/include/misc/cxl-base.h index b2ebc91fe09a..bb7e629ae492 100644 --- a/include/misc/cxl-base.h +++ b/include/misc/cxl-base.h | |||
@@ -43,8 +43,6 @@ void cxl_afu_put(struct cxl_afu *afu); | |||
43 | void cxl_slbia(struct mm_struct *mm); | 43 | void cxl_slbia(struct mm_struct *mm); |
44 | bool cxl_pci_associate_default_context(struct pci_dev *dev, struct cxl_afu *afu); | 44 | bool cxl_pci_associate_default_context(struct pci_dev *dev, struct cxl_afu *afu); |
45 | void cxl_pci_disable_device(struct pci_dev *dev); | 45 | void cxl_pci_disable_device(struct pci_dev *dev); |
46 | int cxl_cx4_setup_msi_irqs(struct pci_dev *pdev, int nvec, int type); | ||
47 | void cxl_cx4_teardown_msi_irqs(struct pci_dev *pdev); | ||
48 | 46 | ||
49 | #else /* CONFIG_CXL_BASE */ | 47 | #else /* CONFIG_CXL_BASE */ |
50 | 48 | ||
@@ -54,8 +52,6 @@ static inline void cxl_afu_put(struct cxl_afu *afu) {} | |||
54 | static inline void cxl_slbia(struct mm_struct *mm) {} | 52 | static inline void cxl_slbia(struct mm_struct *mm) {} |
55 | static inline bool cxl_pci_associate_default_context(struct pci_dev *dev, struct cxl_afu *afu) { return false; } | 53 | static inline bool cxl_pci_associate_default_context(struct pci_dev *dev, struct cxl_afu *afu) { return false; } |
56 | static inline void cxl_pci_disable_device(struct pci_dev *dev) {} | 54 | static inline void cxl_pci_disable_device(struct pci_dev *dev) {} |
57 | static inline int cxl_cx4_setup_msi_irqs(struct pci_dev *pdev, int nvec, int type) { return -ENODEV; } | ||
58 | static inline void cxl_cx4_teardown_msi_irqs(struct pci_dev *pdev) {} | ||
59 | 55 | ||
60 | #endif /* CONFIG_CXL_BASE */ | 56 | #endif /* CONFIG_CXL_BASE */ |
61 | 57 | ||