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 918d4fb742d1..505f973e13f3 100644
--- a/drivers/misc/cxl/cxl.h
+++ b/drivers/misc/cxl/cxl.h
@@ -865,14 +865,6 @@ static inline bool cxl_is_power9(void)
865 return false; 865 return false;
866} 866}
867 867
868static inline bool cxl_is_power9_dd1(void)
869{
870 if ((pvr_version_is(PVR_POWER9)) &&
871 cpu_has_feature(CPU_FTR_POWER9_DD1))
872 return true;
873 return false;
874}
875
876ssize_t cxl_pci_afu_read_err_buffer(struct cxl_afu *afu, char *buf, 868ssize_t cxl_pci_afu_read_err_buffer(struct cxl_afu *afu, char *buf,
877 loff_t off, size_t count); 869 loff_t off, size_t count);
878 870