summaryrefslogtreecommitdiffstats
path: root/arch/avr32/include
diff options
context:
space:
mode:
authorGreg Kroah-Hartman2010-06-17 22:16:08 +0200
committerGreg Kroah-Hartman2010-08-10 22:47:39 +0200
commita3c8ed693da9782f924223f65da9261da796e49b (patch)
treebc3ee8b7a811e677d1db0d297b3c804f5b9d4a33 /arch/avr32/include
parenttty: Remove Hayes ESP ioctls (diff)
downloadkernel-qcow2-linux-a3c8ed693da9782f924223f65da9261da796e49b.tar.gz
kernel-qcow2-linux-a3c8ed693da9782f924223f65da9261da796e49b.tar.xz
kernel-qcow2-linux-a3c8ed693da9782f924223f65da9261da796e49b.zip
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>
Diffstat (limited to 'arch/avr32/include')
-rw-r--r--arch/avr32/include/asm/ioctls.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/avr32/include/asm/ioctls.h b/arch/avr32/include/asm/ioctls.h
index e6ac0b661076..143dafb3997e 100644
--- a/arch/avr32/include/asm/ioctls.h
+++ b/arch/avr32/include/asm/ioctls.h
@@ -72,8 +72,6 @@
#define TIOCMIWAIT 0x545C /* wait for a change on serial input line(s) */
#define TIOCGICOUNT 0x545D /* read serial port inline interrupt counts */
-#define TIOCGHAYESESP 0x545E /* Get Hayes ESP configuration */
-#define TIOCSHAYESESP 0x545F /* Set Hayes ESP configuration */
#define FIOQSIZE 0x5460
/* Used for packet mode */