Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

tty: remove remaining Hayes ESP ioctls

As Jeff Dike pointed out, the Hayes ESP driver was removed in commit
f53a2ade0bb9f2a81f473e6469155172a96b7c38, so these ioctl definitions
should also be removed. This cleans up the remaining arch-specific
locations of this ioctl value.

Thanks to Arnd for pointing these out.

Cc: Jeff Dike <jdike@addtoit.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

-16
-2
arch/alpha/include/asm/ioctls.h
··· 106 106 107 107 #define TIOCMIWAIT 0x545C /* wait for a change on serial input line(s) */ 108 108 #define TIOCGICOUNT 0x545D /* read serial port inline interrupt counts */ 109 - #define TIOCGHAYESESP 0x545E /* Get Hayes ESP configuration */ 110 - #define TIOCSHAYESESP 0x545F /* Set Hayes ESP configuration */ 111 109 112 110 #endif /* _ASM_ALPHA_IOCTLS_H */
-2
arch/avr32/include/asm/ioctls.h
··· 72 72 73 73 #define TIOCMIWAIT 0x545C /* wait for a change on serial input line(s) */ 74 74 #define TIOCGICOUNT 0x545D /* read serial port inline interrupt counts */ 75 - #define TIOCGHAYESESP 0x545E /* Get Hayes ESP configuration */ 76 - #define TIOCSHAYESESP 0x545F /* Set Hayes ESP configuration */ 77 75 #define FIOQSIZE 0x5460 78 76 79 77 /* Used for packet mode */
-2
arch/cris/include/asm/ioctls.h
··· 70 70 71 71 #define TIOCMIWAIT 0x545C /* wait for a change on serial input line(s) */ 72 72 #define TIOCGICOUNT 0x545D /* read serial port inline interrupt counts */ 73 - #define TIOCGHAYESESP 0x545E /* Get Hayes ESP configuration */ 74 - #define TIOCSHAYESESP 0x545F /* Set Hayes ESP configuration */ 75 73 #define FIOQSIZE 0x5460 76 74 77 75 #define TIOCSERSETRS485 0x5461 /* enable rs-485 (deprecated) */
-2
arch/ia64/include/asm/ioctls.h
··· 75 75 76 76 #define TIOCMIWAIT 0x545C /* wait for a change on serial input line(s) */ 77 77 #define TIOCGICOUNT 0x545D /* read serial port inline interrupt counts */ 78 - #define TIOCGHAYESESP 0x545E /* Get Hayes ESP configuration */ 79 - #define TIOCSHAYESESP 0x545F /* Set Hayes ESP configuration */ 80 78 #define FIOQSIZE 0x5460 81 79 82 80 /* Used for packet mode */
-2
arch/m32r/include/asm/ioctls.h
··· 69 69 70 70 #define TIOCMIWAIT 0x545C /* wait for a change on serial input line(s) */ 71 71 #define TIOCGICOUNT 0x545D /* read serial port inline interrupt counts */ 72 - #define TIOCGHAYESESP 0x545E /* Get Hayes ESP configuration */ 73 - #define TIOCSHAYESESP 0x545F /* Set Hayes ESP configuration */ 74 72 #define FIOQSIZE 0x5460 75 73 76 74 /* Used for packet mode */
-2
arch/mips/include/asm/ioctls.h
··· 103 103 #define TIOCSERSETMULTI 0x5490 /* Set multiport config */ 104 104 #define TIOCMIWAIT 0x5491 /* wait for a change on serial input line(s) */ 105 105 #define TIOCGICOUNT 0x5492 /* read serial port inline interrupt counts */ 106 - #define TIOCGHAYESESP 0x5493 /* Get Hayes ESP configuration */ 107 - #define TIOCSHAYESESP 0x5494 /* Set Hayes ESP configuration */ 108 106 109 107 #endif /* __ASM_IOCTLS_H */
-2
arch/mn10300/include/asm/ioctls.h
··· 70 70 71 71 #define TIOCMIWAIT 0x545C /* wait for a change on serial input line(s) */ 72 72 #define TIOCGICOUNT 0x545D /* read serial port inline interrupt counts */ 73 - #define TIOCGHAYESESP 0x545E /* Get Hayes ESP configuration */ 74 - #define TIOCSHAYESESP 0x545F /* Set Hayes ESP configuration */ 75 73 #define FIOQSIZE 0x5460 76 74 77 75 /* Used for packet mode */
-2
arch/parisc/include/asm/ioctls.h
··· 68 68 69 69 #define TIOCMIWAIT 0x545C /* wait for a change on serial input line(s) */ 70 70 #define TIOCGICOUNT 0x545D /* read serial port inline interrupt counts */ 71 - #define TIOCGHAYESESP 0x545E /* Get Hayes ESP configuration */ 72 - #define TIOCSHAYESESP 0x545F /* Set Hayes ESP configuration */ 73 71 #define FIOQSIZE 0x5460 /* Get exact space used by quota */ 74 72 75 73 #define TIOCSTART 0x5461