aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/cxl/cxl.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/misc/cxl/cxl.h')
-rw-r--r--drivers/misc/cxl/cxl.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/misc/cxl/cxl.h b/drivers/misc/cxl/cxl.h
index d95c2c98f2ab..aa453448201d 100644
--- a/drivers/misc/cxl/cxl.h
+++ b/drivers/misc/cxl/cxl.h
@@ -867,15 +867,9 @@ static inline bool cxl_is_power9_dd1(void)
867ssize_t cxl_pci_afu_read_err_buffer(struct cxl_afu *afu, char *buf, 867ssize_t cxl_pci_afu_read_err_buffer(struct cxl_afu *afu, char *buf,
868 loff_t off, size_t count); 868 loff_t off, size_t count);
869 869
870/* Internal functions wrapped in cxl_base to allow PHB to call them */
871bool _cxl_pci_associate_default_context(struct pci_dev *dev, struct cxl_afu *afu);
872void _cxl_pci_disable_device(struct pci_dev *dev);
873 870
874struct cxl_calls { 871struct cxl_calls {
875 void (*cxl_slbia)(struct mm_struct *mm); 872 void (*cxl_slbia)(struct mm_struct *mm);
876 bool (*cxl_pci_associate_default_context)(struct pci_dev *dev, struct cxl_afu *afu);
877 void (*cxl_pci_disable_device)(struct pci_dev *dev);
878
879 struct module *owner; 873 struct module *owner;
880}; 874};
881int register_cxl_calls(struct cxl_calls *calls); 875int register_cxl_calls(struct cxl_calls *calls);