projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a25ad52
)
staging: dgnc: remove unused variable in dgnc_board
author
Daeseok Youn
<
[email protected]
>
Thu, 24 Mar 2016 06:11:08 +0000
(15:11 +0900)
committer
Greg Kroah-Hartman
<
[email protected]
>
Mon, 28 Mar 2016 14:30:36 +0000
(07:30 -0700)
TtyRefCnt was not used anywhere in dgnc.
Signed-off-by: Daeseok Youn <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/dgnc/dgnc_driver.h
patch
|
blob
|
history
diff --git
a/drivers/staging/dgnc/dgnc_driver.h
b/drivers/staging/dgnc/dgnc_driver.h
index 3d8e15f9a606eafc2cabc7c574e3ba1d2ca6e460..44216aede109d77165e80f5eaba8243b7db340ef 100644
(file)
--- a/
drivers/staging/dgnc/dgnc_driver.h
+++ b/
drivers/staging/dgnc/dgnc_driver.h
@@
-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
*/