aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDavid Woodhouse <dwmw2@infradead.org>2006-05-04 01:17:41 +0100
committerDavid Woodhouse <dwmw2@infradead.org>2006-05-04 01:17:41 +0100
commit9a798c076fcc26f29bf9e9d350a17cdeff0a314f (patch)
tree98f5c773f214614fe7ebcf3256326d3793bddbea /include
parentac12c0fc8c08a14bfa263c3a478ee82ad3e346d2 (diff)
downloadlinux-9a798c076fcc26f29bf9e9d350a17cdeff0a314f.tar.gz
S390 BIODASDREADCMB ioctl should use __u64 not u64 type.
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'include')
-rw-r--r--include/asm-s390/cmb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-s390/cmb.h b/include/asm-s390/cmb.h
index dae1dd4fb937b3..2d09950a9c1120 100644
--- a/include/asm-s390/cmb.h
+++ b/include/asm-s390/cmb.h
@@ -47,7 +47,7 @@ struct cmbdata {
/* reset channel measurement block */
#define BIODASDRESETCMB _IO(DASD_IOCTL_LETTER,34)
/* read channel measurement data */
-#define BIODASDREADCMB _IOWR(DASD_IOCTL_LETTER,32,u64)
+#define BIODASDREADCMB _IOWR(DASD_IOCTL_LETTER,32,__u64)
/* read channel measurement data */
#define BIODASDREADALLCMB _IOWR(DASD_IOCTL_LETTER,33,struct cmbdata)