From: Christoph Hellwig These ioctls are defintily 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 Cc: Martin Schwidefsky Signed-off-by: Andrew Morton --- arch/s390/kernel/compat_ioctl.c | 4 ---- 1 files changed, 4 deletions(-) diff -puN arch/s390/kernel/compat_ioctl.c~remove-tiocgserial-tiocsserial-compat_ioctl-entries-for-390 arch/s390/kernel/compat_ioctl.c --- devel/arch/s390/kernel/compat_ioctl.c~remove-tiocgserial-tiocsserial-compat_ioctl-entries-for-390 2005-11-22 22:30:53.000000000 -0800 +++ devel-akpm/arch/s390/kernel/compat_ioctl.c 2005-11-22 22:30:53.000000000 -0800 @@ -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); _