diff options
author | Alan Cox <alan@linux.intel.com> | 2009-09-19 13:13:30 -0700 |
---|---|---|
committer | Live-CD User <linux@linux.site> | 2009-09-19 13:13:30 -0700 |
commit | a03006860d272eac5a8ebf23f04f54c7e1e783a5 (patch) | |
tree | 2037216cf2cada58d1524f2403f45e6ff741918f /include/linux/serial_core.h | |
parent | ccce6debb62d94964e3878f978a56b0f3e32d94f (diff) | |
download | linux-stable-a03006860d272eac5a8ebf23f04f54c7e1e783a5.tar.gz linux-stable-a03006860d272eac5a8ebf23f04f54c7e1e783a5.tar.bz2 linux-stable-a03006860d272eac5a8ebf23f04f54c7e1e783a5.zip |
serial: kill off uif_t
This typedef is now extinct
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux/serial_core.h')
-rw-r--r-- | include/linux/serial_core.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h index 284ef7f54890..f98dc78abb27 100644 --- a/include/linux/serial_core.h +++ b/include/linux/serial_core.h @@ -337,18 +337,7 @@ struct uart_port { }; /* - * 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; |