]> git.baikalelectronics.ru Git - kernel.git/commit
tty: remove resize window special case
authorAlan Cox <alan@redhat.com>
Fri, 15 Aug 2008 09:39:38 +0000 (10:39 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 15 Aug 2008 17:34:07 +0000 (10:34 -0700)
commit36c60ec0bbda7212cce899eac7b48b0cc2898e78
treec4617de83246eb6b7ed9c125c5777f05b445c975
parent4d9050fb2fcdfc05b1de50f139599147f55287ce
tty: remove resize window special case

This moves it to being a tty operation. That removes special cases and now
also means that resize can be picked up by um and other non vt consoles
which may have a resize operation.

Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/char/tty_io.c
drivers/char/vt.c
drivers/char/vt_ioctl.c
include/linux/tty.h
include/linux/tty_driver.h
include/linux/vt_kern.h