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-04 23:42:22.000000000 -0800 +++ devel-akpm/arch/s390/kernel/compat_ioctl.c 2005-11-04 23:42:22.000000000 -0800 @@ -45,10 +45,6 @@ struct ioctl_trans ioctl_start[] = { /* s390 only ioctls */ COMPATIBLE_IOCTL(TAPE390_DISPLAY) - -/* s390 doesn't need handlers here */ -COMPATIBLE_IOCTL(TIOCGSERIAL) -COMPATIBLE_IOCTL(TIOCSSERIAL) }; int ioctl_table_size = ARRAY_SIZE(ioctl_start); _