From 058c0b2d700b1092ad5967c742c790b9c807e6ae Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Sun, 3 Jul 2016 17:05:08 +0200 Subject: remove mips and powerpc ioctls that are missing from linux uapi mips and powerpc use their own asm/ioctls.h, not the asm-generic/ioctls.h and they lack termiox macros that are available on other targets. see kernel commit 1d65b4a088de407e99714fdc27862449db04fb5c --- arch/powerpc/bits/ioctl.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'arch/powerpc') diff --git a/arch/powerpc/bits/ioctl.h b/arch/powerpc/bits/ioctl.h index 1424b2dc..6d49cf4e 100644 --- a/arch/powerpc/bits/ioctl.h +++ b/arch/powerpc/bits/ioctl.h @@ -120,14 +120,6 @@ #define TIOCGICOUNT 0x545D -/* end kernel header ioctls.h */ - - -#define TCGETX 0x5432 -#define TCSETX 0x5433 -#define TCSETXF 0x5434 -#define TCSETXW 0x5435 - struct winsize { unsigned short ws_row; unsigned short ws_col; -- cgit v1.2.1