[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).
Showing
Please register or sign in to comment