diff options
Diffstat (limited to 'fs/proc')
| -rw-r--r-- | fs/proc/proc_tty.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/proc/proc_tty.c b/fs/proc/proc_tty.c index f0f93a00ea4c..df25a6ae0af5 100644 --- a/fs/proc/proc_tty.c +++ b/fs/proc/proc_tty.c @@ -198,6 +198,7 @@ void proc_tty_register_driver(struct tty_driver *driver) return; ent->read_proc = driver->read_proc; ent->write_proc = driver->write_proc; + ent->owner = driver->owner; ent->data = driver; driver->proc_entry = ent; |
