mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 05:31:17 -04:00
staging: dgnc: remove unused variable in dgnc_board
TtyRefCnt was not used anywhere in dgnc. Signed-off-by: Daeseok Youn <daeseok.youn@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
a25ad52020
commit
195d85c1a0
@@ -213,8 +213,6 @@ struct dgnc_board {
|
||||
uint dgnc_serial_major;
|
||||
uint dgnc_transparent_print_major;
|
||||
|
||||
uint TtyRefCnt;
|
||||
|
||||
u16 dpatype; /* The board "type",
|
||||
* as defined by DPA
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user