diff options
Diffstat (limited to 'drivers/misc/cxl/cxl.h')
-rw-r--r-- | drivers/misc/cxl/cxl.h | 6 |
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) | |||
867 | ssize_t cxl_pci_afu_read_err_buffer(struct cxl_afu *afu, char *buf, | 867 | ssize_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 */ | ||
871 | bool _cxl_pci_associate_default_context(struct pci_dev *dev, struct cxl_afu *afu); | ||
872 | void _cxl_pci_disable_device(struct pci_dev *dev); | ||
873 | 870 | ||
874 | struct cxl_calls { | 871 | struct 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 | }; |
881 | int register_cxl_calls(struct cxl_calls *calls); | 875 | int register_cxl_calls(struct cxl_calls *calls); |