Skip to content

Commit

Permalink
tty: Remove Hayes ESP ioctls
Browse files Browse the repository at this point in the history
Remove Hayes ESP ioctls

The Hayes ESP driver has been removed from the tree:
commit f53a2ad
("tty: esp: remove broken driver")
so its ioctls aren't needed any more.

Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Acked-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Jeff Dike authored and Greg Kroah-Hartman committed Aug 10, 2010
1 parent d6e679b commit 39e5322
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions include/asm-generic/ioctls.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,10 @@
#define TIOCGICOUNT 0x545D /* read serial port inline interrupt counts */

/*
* some architectures define FIOQSIZE as 0x545E, which is used for
* TIOCGHAYESESP on others
* Some arches already define FIOQSIZE due to a historical
* conflict with a Hayes modem-specific ioctl value.
*/
#ifndef FIOQSIZE
# define TIOCGHAYESESP 0x545E /* Get Hayes ESP configuration */
# define TIOCSHAYESESP 0x545F /* Set Hayes ESP configuration */
# define FIOQSIZE 0x5460
#endif

Expand Down

0 comments on commit 39e5322

Please sign in to comment.