diff options
author | Joe Perches <[email protected]> | 2009-06-16 15:34:10 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2009-06-16 19:47:56 -0700 |
commit | 130b76cf5295d74a2174d0843bb563bbf0a19dbb (patch) | |
tree | 9417162fa0f42642a0607d0c9342e39f764e19cd | |
parent | 852f9bbbdec485d3015adc81b7b0c874c55705cc (diff) |
MAINTAINERS: add file patterns to TTY LAYER
Signed-off-by: Joe Perches <[email protected]>
Cc: Alan Cox <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r-- | MAINTAINERS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index e31f0ee30546..06579abc85d4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5687,6 +5687,11 @@ P: Jiri Kosina T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git S: Maintained +F: drivers/char/tty_* +F: drivers/serial/serial_core.c +F: include/linux/serial_core.h +F: include/linux/serial.h +F: include/linux/tty.h TTY LAYER P: Alan Cox |