Skip to content

Commit

Permalink
vt: drop unused struct vt_struct
Browse files Browse the repository at this point in the history
Hasn't been ever used within historic (ie, git) times.

Signed-off-by: Adam Borowski <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
kilobyte authored and gregkh committed Jul 21, 2018
1 parent d541ae4 commit f4c6fbc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/linux/console_struct.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#include <linux/vt.h>
#include <linux/workqueue.h>

struct vt_struct;
struct uni_pagedir;
struct uni_screen;

Expand Down Expand Up @@ -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 */
};
Expand Down

0 comments on commit f4c6fbc

Please sign in to comment.