[PATCH] prepare for 32-bit dev_t: tty usage
authorAlexander Viro <viro@www.linux.org.uk>
Tue, 23 Sep 2003 05:50:42 +0000 (22:50 -0700)
committerLinus Torvalds <torvalds@home.osdl.org>
Tue, 23 Sep 2003 05:50:42 +0000 (22:50 -0700)
commit7f904771736fc6a6465a80541a0cb607d69772d3
treec46dbc6ab39be234e8bde0b90f247192c09c0975
parent59dffd62665f1f323456d7f9d79110206ecf3001
[PATCH] prepare for 32-bit dev_t: tty usage

tty->device had been used only in a couple of places and can be
calculated by tty->index and tty->driver.  Field removed, its users switched
to static inline dev_t tty_devnum(tty).
arch/x86_64/ia32/ia32_ioctl.c
drivers/char/tty_io.c
drivers/net/slip.c
fs/proc/array.c
include/linux/tty.h
kernel/acct.c