| commit | b640a89ddd742782bd2d83873da30d4776d1b9c6 | [log] [tgz] |
|---|---|---|
| author | Alexey Dobriyan <adobriyan@gmail.com> | Tue Apr 29 01:01:58 2008 -0700 |
| committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Apr 29 08:06:20 2008 -0700 |
| tree | 1aa331c52bef2eb813bd39d1738dc401a7e70f6d | |
| parent | 8731f14d37825b54ad0c4c309cba2bc8fdf13a86 [diff] |
proc: convert /proc/tty/ldiscs to seq_file interface
Note: THIS_MODULE and header addition aren't technically needed because
this code is not modular, but let's keep it anyway because people
can copy this code into modular code.
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>