From: Al Viro Date: Tue, 11 Sep 2018 20:02:34 +0000 (-0400) Subject: presence of RS485 ioctls has been unconditional since 2014 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=77021f8bab02d8099c7ae4360aa6746b3b733ba7;p=linux.git presence of RS485 ioctls has been unconditional since 2014 Signed-off-by: Al Viro --- diff --git a/fs/compat_ioctl.c b/fs/compat_ioctl.c index a9b00942e87d7..53bc3659dcef5 100644 --- a/fs/compat_ioctl.c +++ b/fs/compat_ioctl.c @@ -749,12 +749,8 @@ COMPATIBLE_IOCTL(TIOCOUTQ) COMPATIBLE_IOCTL(TIOCSPGRP) COMPATIBLE_IOCTL(TIOCGPGRP) COMPATIBLE_IOCTL(TIOCSERGETLSR) -#ifdef TIOCSRS485 COMPATIBLE_IOCTL(TIOCSRS485) -#endif -#ifdef TIOCGRS485 COMPATIBLE_IOCTL(TIOCGRS485) -#endif #ifdef TCGETS2 COMPATIBLE_IOCTL(TCGETS2) COMPATIBLE_IOCTL(TCSETS2)