From: Alan Cox Date: Sat, 19 Sep 2009 20:13:30 +0000 (-0700) Subject: serial: kill off uif_t X-Git-Tag: android-x86-2.2~4033^2~28 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=a03006860d272eac5a8ebf23f04f54c7e1e783a5;p=android-x86%2Fkernel.git serial: kill off uif_t This typedef is now extinct Signed-off-by: Alan Cox Signed-off-by: Greg Kroah-Hartman --- 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;