]> www.pilppa.org Git - linux-2.6-omap-h63xx.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)
commit8c9a9dd0fa3a269d380eaae2dc1bee39e865fae1
treec4617de83246eb6b7ed9c125c5777f05b445c975
parent21d3bdb1606311a2900eabccfcb5a887952e2c44
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