diff options
| author | Arnd Bergmann <arnd@arndb.de> | 2011-09-20 21:45:56 +0200 | 
|---|---|---|
| committer | Arnd Bergmann <arnd@arndb.de> | 2011-09-20 21:45:56 +0200 | 
| commit | 1fdb4888e45f1413972a8e9da55f3ffc08b9abcb (patch) | |
| tree | 635ef73cdff38d21a529bbdcab4cd2cb39a29484 /include/linux/tty_driver.h | |
| parent | 1884af9365a96314164f4110d4528d425e5dd843 (diff) | |
| parent | ceb1c532ba6220900e61ec7073a9234661efa450 (diff) | |
Merge branch 'omap/cleanup' into next/cleanup
Diffstat (limited to 'include/linux/tty_driver.h')
| -rw-r--r-- | include/linux/tty_driver.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/include/linux/tty_driver.h b/include/linux/tty_driver.h index 9deeac855240..ecdaeb98b293 100644 --- a/include/linux/tty_driver.h +++ b/include/linux/tty_driver.h @@ -47,6 +47,9 @@   *   * 	This routine is called synchronously when a particular tty device   *	is closed for the last time freeing up the resources. + *	Note that tty_shutdown() is not called if ops->shutdown is defined. + *	This means one is responsible to take care of calling ops->remove (e.g. + *	via tty_driver_remove_tty) and releasing tty->termios.   *   *   * void (*cleanup)(struct tty_struct * tty); | 
