X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=fs%2Fproc%2Fproc_tty.c;h=4a9e0f65ae607732303f3b2a81fad46a9d28f4b0;hb=1359096eacb1971be67eead8bf9b582864d92a30;hp=d153946d6d15553223c563f901d12bd976c65832;hpb=f894d18380e7e7ff05f6622ccb75d2881922c6e9;p=linux-2.6-omap-h63xx.git diff --git a/fs/proc/proc_tty.c b/fs/proc/proc_tty.c index d153946d6d1..4a9e0f65ae6 100644 --- a/fs/proc/proc_tty.c +++ b/fs/proc/proc_tty.c @@ -152,7 +152,6 @@ void proc_tty_register_driver(struct tty_driver *driver) if (!ent) return; ent->read_proc = driver->ops->read_proc; - ent->owner = driver->owner; ent->data = driver; driver->proc_entry = ent;