diff options
| author | Alan Cox <alan@linux.intel.com> | 2009-09-19 16:13:30 -0400 |
|---|---|---|
| committer | Live-CD User <linux@linux.site> | 2009-09-19 16:13:30 -0400 |
| commit | a03006860d272eac5a8ebf23f04f54c7e1e783a5 (patch) | |
| tree | 2037216cf2cada58d1524f2403f45e6ff741918f /include/linux | |
| parent | ccce6debb62d94964e3878f978a56b0f3e32d94f (diff) | |
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')
| -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 { | |||
| 337 | }; | 337 | }; |
| 338 | 338 | ||
| 339 | /* | 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 | |||
| 348 | /* | ||
| 349 | * This is the state information which is persistent across opens. | 340 | * This is the state information which is persistent across opens. |
| 350 | * The low level driver must not to touch any elements contained | ||
| 351 | * within. | ||
| 352 | */ | 341 | */ |
| 353 | struct uart_state { | 342 | struct uart_state { |
| 354 | struct tty_port port; | 343 | struct tty_port port; |
