summaryrefslogtreecommitdiff
path: root/drivers/staging/dgnc/dgnc_driver.h
diff options
context:
space:
mode:
authorDaeseok Youn <daeseok.youn@gmail.com>2016-07-06 15:17:53 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-08-15 19:13:26 +0200
commit262c5e1bab2a8bedb9e5148b17cf6de7674934cf (patch)
treef1e73932b8e97b1b0a12a0a27d2fe6fb9be7c1fa /drivers/staging/dgnc/dgnc_driver.h
parentca0d0b889c055669e4efe4b8bb656d48b7e40944 (diff)
staging: dgnc: remove useless variable 'intr_tx'
The 'intr_tx' variable was used only for increasing. So the 'intr_tx' variable is not useful for this driver. Signed-off-by: Daeseok Youn <daeseok.youn@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/dgnc/dgnc_driver.h')
-rw-r--r--drivers/staging/dgnc/dgnc_driver.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/dgnc/dgnc_driver.h b/drivers/staging/dgnc/dgnc_driver.h
index 2caeff7d7f69..a8d823b119a0 100644
--- a/drivers/staging/dgnc/dgnc_driver.h
+++ b/drivers/staging/dgnc/dgnc_driver.h
@@ -183,7 +183,6 @@ struct dgnc_board {
uint nasync; /* Number of ports on card */
uint irq; /* Interrupt request number */
- ulong intr_tx; /* Count of interrupts */
ulong intr_rx; /* Count of interrupts */
ulong membase; /* Start of base memory of the card */