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:
Aastha Gupta 2017-09-16 18:32:32 +05:30 committed by Greg Kroah-Hartman
parent 76f6aefdba
commit 64ffaf29a9
1 changed files with 0 additions and 1 deletions

View File

@ -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;