diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/console.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/console.h b/include/linux/console.h index 9a251e70c090..8c1686e2c233 100644 --- a/include/linux/console.h +++ b/include/linux/console.h @@ -153,8 +153,6 @@ struct console { uint ospeed; u64 seq; unsigned long dropped; - struct task_struct *thread; - void *data; struct console *next; }; |