summaryrefslogtreecommitdiffstats
path: root/kernel/arch/s390/include/asm/cmb.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/arch/s390/include/asm/cmb.h')
-rw-r--r--kernel/arch/s390/include/asm/cmb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/arch/s390/include/asm/cmb.h b/kernel/arch/s390/include/asm/cmb.h
index 806eac12e..ed2630c23 100644
--- a/kernel/arch/s390/include/asm/cmb.h
+++ b/kernel/arch/s390/include/asm/cmb.h
@@ -6,6 +6,7 @@
struct ccw_device;
extern int enable_cmf(struct ccw_device *cdev);
extern int disable_cmf(struct ccw_device *cdev);
+extern int __disable_cmf(struct ccw_device *cdev);
extern u64 cmf_read(struct ccw_device *cdev, int index);
extern int cmf_readall(struct ccw_device *cdev, struct cmbdata *data);