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.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/misc/cxl/cxl.h b/drivers/misc/cxl/cxl.h
index 44bcfafbb579..d1d927ccb589 100644
--- a/drivers/misc/cxl/cxl.h
+++ b/drivers/misc/cxl/cxl.h
@@ -850,14 +850,6 @@ static inline bool cxl_is_power9(void)
850 return false; 850 return false;
851} 851}
852 852
853static inline bool cxl_is_power9_dd1(void)
854{
855 if ((pvr_version_is(PVR_POWER9)) &&
856 cpu_has_feature(CPU_FTR_POWER9_DD1))
857 return true;
858 return false;
859}
860
861ssize_t cxl_pci_afu_read_err_buffer(struct cxl_afu *afu, char *buf, 853ssize_t cxl_pci_afu_read_err_buffer(struct cxl_afu *afu, char *buf,
862 loff_t off, size_t count); 854 loff_t off, size_t count);
863 855