OSDN Git Service

vt: drop unused struct vt_struct
authorAdam Borowski <kilobyte@angband.pl>
Wed, 18 Jul 2018 03:03:22 +0000 (05:03 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 21 Jul 2018 07:21:10 +0000 (09:21 +0200)
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>
include/linux/console_struct.h

index 2c8d323..fea64f2 100644 (file)
@@ -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 */
 };