]> git.karo-electronics.de Git - linux-beck.git/commitdiff
serial: kill off uif_t
authorAlan Cox <alan@linux.intel.com>
Sat, 19 Sep 2009 20:13:30 +0000 (13:13 -0700)
committerLive-CD User <linux@linux.site>
Sat, 19 Sep 2009 20:13:30 +0000 (13:13 -0700)
This typedef is now extinct

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
include/linux/serial_core.h

index 284ef7f5489095ac52e3e25b59fdd95509f4b299..f98dc78abb27bd9d3972f70bfb89fe6e3ac90900 100644 (file)
@@ -336,19 +336,8 @@ struct uart_port {
        void                    *private_data;          /* generic platform data pointer */
 };
 
-/*
- * This is the state information which is only valid when the port
- * is open; it may be cleared the core driver once the device has
- * been closed.  Either the low level driver or the core can modify
- * stuff here.
- */
-typedef unsigned int __bitwise__ uif_t;
-
-
 /*
  * This is the state information which is persistent across opens.
- * The low level driver must not to touch any elements contained
- * within.
  */
 struct uart_state {
        struct tty_port         port;