Skip to content

Commit

Permalink
serial: kill off uif_t
Browse files Browse the repository at this point in the history
This typedef is now extinct

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Alan Cox authored and Live-CD User committed Sep 19, 2009
1 parent ccce6de commit a030068
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions include/linux/serial_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a030068

Please sign in to comment.