From: Adam Borowski Date: Wed, 18 Jul 2018 03:03:22 +0000 (+0200) Subject: vt: drop unused struct vt_struct X-Git-Tag: rel_imx_4.19.35_1.1.0~9470^2~15 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=f4c6fbc96eb187d6432fbba1f9c0c2db598cdf29;p=linux.git vt: drop unused struct vt_struct Hasn't been ever used within historic (ie, git) times. Signed-off-by: Adam Borowski Signed-off-by: Greg Kroah-Hartman --- 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 #include -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 */ };