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-Tag: v5.15~7772^2~52 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=77021f8bab02d8099c7ae4360aa6746b3b733ba7;p=platform%2Fkernel%2Flinux-starfive.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 a9b0094..53bc365 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)