projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b394b2
)
presence of RS485 ioctls has been unconditional since 2014
author
Al Viro
<viro@zeniv.linux.org.uk>
Tue, 11 Sep 2018 20:02:34 +0000
(16:02 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Tue, 11 Sep 2018 23:46:07 +0000
(19:46 -0400)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/compat_ioctl.c
patch
|
blob
|
history
diff --git
a/fs/compat_ioctl.c
b/fs/compat_ioctl.c
index
a9b0094
..
53bc365
100644
(file)
--- 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)