X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=kernel%2Farch%2Fs390%2Finclude%2Fasm%2Fcmb.h;h=ed2630c23f9015ab00dab7040c4b8a8bc421e718;hb=e09b41010ba33a20a87472ee821fa407a5b8da36;hp=806eac12e3bda71c3921c4b9d56a3a79ca46a121;hpb=f93b97fd65072de626c074dbe099a1fff05ce060;p=kvmfornfv.git 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);