mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-18 15:09:53 +00:00
[PATCH] remove TIOCGSERIAL/TIOCSSERIAL compat_ioctl entries for 390
These ioctls are definitely not compat clean, but we already have a proper handler in common code, over-riding it in architecture code is counter-productive. Signed-off-by: Christoph Hellwig <hch@lst.de> Cc: Martin Schwidefsky <schwidefsky@de.ibm.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
0f75e00c9a
commit
51a990588a
@ -65,10 +65,6 @@ COMPATIBLE_IOCTL(BIODASDCMFDISABLE)
|
||||
COMPATIBLE_IOCTL(BIODASDREADALLCMB)
|
||||
|
||||
COMPATIBLE_IOCTL(TAPE390_DISPLAY)
|
||||
|
||||
/* s390 doesn't need handlers here */
|
||||
COMPATIBLE_IOCTL(TIOCGSERIAL)
|
||||
COMPATIBLE_IOCTL(TIOCSSERIAL)
|
||||
};
|
||||
|
||||
int ioctl_table_size = ARRAY_SIZE(ioctl_start);
|
||||
|
Loading…
Reference in New Issue
Block a user