Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9a798c07 authored by David Woodhouse's avatar David Woodhouse
Browse files

S390 BIODASDREADCMB ioctl should use __u64 not u64 type.

parent ac12c0fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)