aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/console_struct.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2018-07-18 05:03:22 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-07-21 09:21:10 +0200
commitf4c6fbc96eb187d6432fbba1f9c0c2db598cdf29 (patch)
treef8b928e63d2f0489d31f39eab23ffc11666d9324 /include/linux/console_struct.h
parentvt: avoid a VLA in the unicode screen scroll function (diff)
downloadlinux-dev-f4c6fbc96eb187d6432fbba1f9c0c2db598cdf29.tar.xz
linux-dev-f4c6fbc96eb187d6432fbba1f9c0c2db598cdf29.zip
vt: drop unused struct vt_struct
Hasn't been ever used within historic (ie, git) times. Signed-off-by: Adam Borowski <kilobyte@angband.pl> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/console_struct.h')
-rw-r--r--include/linux/console_struct.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/console_struct.h b/include/linux/console_struct.h
index 2c8d3239899b..fea64f2692a0 100644
--- a/include/linux/console_struct.h
+++ b/include/linux/console_struct.h
@@ -17,7 +17,6 @@
#include <linux/vt.h>
#include <linux/workqueue.h>
-struct vt_struct;
struct uni_pagedir;
struct uni_screen;
@@ -150,7 +149,7 @@ struct vc {
struct vc_data *d;
struct work_struct SAK_work;
- /* might add scrmem, vt_struct, kbd at some time,
+ /* might add scrmem, kbd at some time,
to have everything in one place - the disadvantage
would be that vc_cons etc can no longer be static */
};