Skip to content

Commit a030068

Browse files
Alan CoxLive-CD User
authored andcommitted
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>
1 parent ccce6de commit a030068

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

include/linux/serial_core.h

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -336,19 +336,8 @@ struct uart_port {
336336
void *private_data; /* generic platform data pointer */
337337
};
338338

339-
/*
340-
* This is the state information which is only valid when the port
341-
* is open; it may be cleared the core driver once the device has
342-
* been closed. Either the low level driver or the core can modify
343-
* stuff here.
344-
*/
345-
typedef unsigned int __bitwise__ uif_t;
346-
347-
348339
/*
349340
* This is the state information which is persistent across opens.
350-
* The low level driver must not to touch any elements contained
351-
* within.
352341
*/
353342
struct uart_state {
354343
struct tty_port port;

0 commit comments

Comments
 (0)