staging: dgnc: remove unused variable
This patch removes unused variable. Signed-off-by: Aastha Gupta <aastha.gupta4104@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
76f6aefdba
commit
64ffaf29a9
|
@ -233,7 +233,6 @@ struct device;
|
|||
*/
|
||||
struct un_t {
|
||||
struct channel_t *un_ch;
|
||||
ulong un_time;
|
||||
uint un_type;
|
||||
uint un_open_count;
|
||||
struct tty_struct *un_tty;
|
||||
|
|
Loading…
Reference in New Issue