aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/hp
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2018-09-13 16:39:58 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2018-10-13 00:50:52 -0400
commit7ee329655189f32f0c17e0bad60c23a69b003e9e (patch)
tree3185f9e98f2bb0ee8c8d0e42bc05ee109ebd7da5 /arch/ia64/hp
parentsynclink_gt(): fix compat_ioctl() (diff)
downloadlinux-dev-7ee329655189f32f0c17e0bad60c23a69b003e9e.tar.xz
linux-dev-7ee329655189f32f0c17e0bad60c23a69b003e9e.zip
kill TIOCSER[SG]WILD
the only user is very old setserial rc script and even that (as far back as MCC Interim, AFAICS) doesn't actually fail - just gives one message during the boot ("Cannot scan for wild interrupts") and proceeds past that just fine. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/ia64/hp')
-rw-r--r--arch/ia64/hp/sim/simserial.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/ia64/hp/sim/simserial.c b/arch/ia64/hp/sim/simserial.c
index de5e69162ad5..759a3bbec183 100644
--- a/arch/ia64/hp/sim/simserial.c
+++ b/arch/ia64/hp/sim/simserial.c
@@ -322,11 +322,6 @@ static int rs_ioctl(struct tty_struct *tty, unsigned int cmd, unsigned long arg)
case TIOCSERCONFIG:
case TIOCSERGETLSR: /* Get line status register */
return -EINVAL;
- case TIOCSERGWILD:
- case TIOCSERSWILD:
- /* "setserial -W" is called in Debian boot */
- printk (KERN_INFO "TIOCSER?WILD ioctl obsolete, ignored.\n");
- return 0;
}
return -ENOIOCTLCMD;
}