From 13935337f3e9bbf9db9e6403d761bc670ea1a6d5 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Tue, 12 Sep 2017 00:45:45 +0200 Subject: s390x: use generic ioctl.h s390 can use the generic ioctls definitions other than FIOQSIZE (like arm). this fixes some missing ioctls and two incorrect ones: TIOCTTYGSTRUCT and TIOCM_MODEM_BITS seem to be defined on frv target only in linux. --- arch/s390x/bits/ioctl_fix.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 arch/s390x/bits/ioctl_fix.h (limited to 'arch/s390x/bits/ioctl_fix.h') diff --git a/arch/s390x/bits/ioctl_fix.h b/arch/s390x/bits/ioctl_fix.h new file mode 100644 index 00000000..ebb383da --- /dev/null +++ b/arch/s390x/bits/ioctl_fix.h @@ -0,0 +1,2 @@ +#undef FIOQSIZE +#define FIOQSIZE 0x545e -- cgit v1.2.1