diff options
author | Daniel Vetter <[email protected]> | 2018-08-22 10:54:03 +0200 |
---|---|---|
committer | Daniel Vetter <[email protected]> | 2018-09-11 14:11:51 +0200 |
commit | 8d7fc2994f4d1f431e280c9e21a139c18dc435ec (patch) | |
tree | 4a99e392ea43c85fe9b138040b3a60109879af0e /include/linux/console_struct.h | |
parent | 04cfcc7ab358e331b32cabde1e853a125f3f8735 (diff) |
vt: Remove vc_panic_force_write
It was only used by the panic support in fbcon, which is now gone.
Remove this now dead code too.
Acked-by: Greg Kroah-Hartman <[email protected]>
Cc: Greg Kroah-Hartman <[email protected]>
Cc: Kees Cook <[email protected]>
Cc: Joe Perches <[email protected]>
Cc: Daniel Vetter <[email protected]>
Cc: Meng Xu <[email protected]>
Cc: Nicolas Pitre <[email protected]>
Cc: Thomas Meyer <[email protected]>
Cc: Mike Frysinger <[email protected]>
Cc: Bartlomiej Zolnierkiewicz <[email protected]>
Cc: Hans de Goede <[email protected]>
Cc: Thierry Reding <[email protected]>
Cc: David Lechner <[email protected]>
Cc: Philippe Ombredanne <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Kate Stewart <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'include/linux/console_struct.h')
-rw-r--r-- | include/linux/console_struct.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/console_struct.h b/include/linux/console_struct.h index fea64f2692a0..ab137f97ecbd 100644 --- a/include/linux/console_struct.h +++ b/include/linux/console_struct.h @@ -141,7 +141,6 @@ struct vc_data { struct uni_pagedir *vc_uni_pagedir; struct uni_pagedir **vc_uni_pagedir_loc; /* [!] Location of uni_pagedir variable for this console */ struct uni_screen *vc_uni_screen; /* unicode screen content */ - bool vc_panic_force_write; /* when oops/panic this VC can accept forced output/blanking */ /* additional information is in vt_kern.h */ }; |