public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Remove Hayes ESP ioctls
@ 2010-06-17 16:00 Jeff Dike
  2010-06-17 17:28 ` Greg KH
  0 siblings, 1 reply; 12+ messages in thread
From: Jeff Dike @ 2010-06-17 16:00 UTC (permalink / raw)
  To: Alan Cox; +Cc: LKML

commit e6b14f5bc9803589241bc2aae1565fa0c5bd0ce1
Author: Jeff Dike <jdike@linux.intel.com>
Date:   Thu Jun 17 11:54:24 2010 -0400

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

diff --git a/include/asm-generic/ioctls.h b/include/asm-generic/ioctls.h
index a799e20..16218ac 100644
--- a/include/asm-generic/ioctls.h
+++ b/include/asm-generic/ioctls.h
@@ -86,16 +86,6 @@
 #define TIOCMIWAIT	0x545C	/* wait for a change on serial input line(s) */
 #define TIOCGICOUNT	0x545D	/* read serial port inline interrupt counts */
 
-/*
- * some architectures define FIOQSIZE as 0x545E, which is used for
- * TIOCGHAYESESP on others
- */
-#ifndef FIOQSIZE
-# define TIOCGHAYESESP	0x545E  /* Get Hayes ESP configuration */
-# define TIOCSHAYESESP	0x545F  /* Set Hayes ESP configuration */
-# define FIOQSIZE	0x5460
-#endif
-
 /* Used for packet mode */
 #define TIOCPKT_DATA		 0
 #define TIOCPKT_FLUSHREAD	 1

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2010-06-17 23:18 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-17 16:00 [PATCH] Remove Hayes ESP ioctls Jeff Dike
2010-06-17 17:28 ` Greg KH
2010-06-17 19:15   ` Jeff Dike
2010-06-17 19:44     ` Arnd Bergmann
2010-06-17 20:03       ` Greg KH
2010-06-17 20:09     ` Greg KH
2010-06-17 20:14       ` Greg KH
2010-06-17 20:41         ` Arnd Bergmann
2010-06-17 21:29           ` Jeff Dike
2010-06-17 22:03             ` Greg KH
2010-06-17 23:18               ` Jeff Dike
2010-06-17 20:18     ` patch tty-remove-hayes-esp-ioctls.patch added to gregkh-2.6 tree gregkh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox