From 2b4107a8038d2313e7a0eda367f15356581aba08 Mon Sep 17 00:00:00 2001 From: Alexander Viro Date: Wed, 23 Apr 2003 04:19:46 -0700 Subject: [PATCH] tty cleanups (11/12) tty->device switched to dev_t There are very few uses of tty->device left by now; most of them actually want dev_t (process accounting, proc//stat, several ioctls, slip.c logics, etc.) and the rest will go away shortly. --- include/linux/tty.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/linux/tty.h b/include/linux/tty.h index eaa682168a7a..d7948e7ad0eb 100644 --- a/include/linux/tty.h +++ b/include/linux/tty.h @@ -266,7 +266,7 @@ struct tty_struct { char name[64]; int pgrp; int session; - kdev_t device; + dev_t device; unsigned long flags; int count; struct winsize winsize; -- cgit v1.2.3