From 64ffaf29a92425cfcd792661fa7e9df564477231 Mon Sep 17 00:00:00 2001 From: Aastha Gupta Date: Sat, 16 Sep 2017 18:32:32 +0530 Subject: [PATCH] staging: dgnc: remove unused variable This patch removes unused variable. Signed-off-by: Aastha Gupta Signed-off-by: Greg Kroah-Hartman --- drivers/staging/dgnc/dgnc_driver.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/dgnc/dgnc_driver.h b/drivers/staging/dgnc/dgnc_driver.h index 764d6fe0d030..d69d9c007ed1 100644 --- a/drivers/staging/dgnc/dgnc_driver.h +++ b/drivers/staging/dgnc/dgnc_driver.h @@ -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; -- 2.30.2