From: Cornelia Huck Date: Tue, 10 Jul 2007 09:24:20 +0000 (+0200) Subject: [S390] cio: Remove prototype for non-existing function cmf_reset(). X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=736f563373804e75f9f3b4abb9e480451bfef8d3;p=deliverable%2Flinux.git [S390] cio: Remove prototype for non-existing function cmf_reset(). Signed-off-by: Cornelia Huck Signed-off-by: Martin Schwidefsky --- diff --git a/include/asm-s390/cmb.h b/include/asm-s390/cmb.h index 241756f80df3..021e7c3223ec 100644 --- a/include/asm-s390/cmb.h +++ b/include/asm-s390/cmb.h @@ -88,7 +88,6 @@ extern u64 cmf_read(struct ccw_device *cdev, int index); * any **/ extern int cmf_readall(struct ccw_device *cdev, struct cmbdata*data); -extern void cmf_reset(struct ccw_device *cdev); #endif /* __KERNEL__ */ #endif /* S390_CMB_H */