summaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgnc/dgnc_driver.h
diff options
context:
space:
mode:
authorKonrad Zapalowicz <bergo.torino@gmail.com>2014-08-16 16:58:06 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-08-17 09:52:24 -0700
commit3599abafcc51594f1629f19a6a12ff92f6e94017 (patch)
tree5552460ffe63d415bed5879658db5a847d26ea89 /drivers/staging/dgnc/dgnc_driver.h
parent1d8c5aa329e7a7a17d9c99122d89d76663195ddb (diff)
downloadop-kernel-dev-3599abafcc51594f1629f19a6a12ff92f6e94017.zip
op-kernel-dev-3599abafcc51594f1629f19a6a12ff92f6e94017.tar.gz
staging: dgnc: Remove driver-wide polling counter variable
The polling counter variable is only exposed via sysfs and has no other purpose. Now, since the polling shall be implemented as a board specific feature rather than being global in the driver this counter is obsolete. Signed-off-by: Konrad Zapalowicz <bergo.torino@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 ac0fe36..d16d761 100644
--- a/drivers/staging/dgnc/dgnc_driver.h
+++ b/drivers/staging/dgnc/dgnc_driver.h
@@ -492,7 +492,6 @@ extern int dgnc_trcbuf_size; /* Size of the ringbuffer */
extern spinlock_t dgnc_global_lock; /* Driver global spinlock */
extern uint dgnc_NumBoards; /* Total number of boards */
extern struct dgnc_board *dgnc_Board[MAXBOARDS]; /* Array of board structs */
-extern ulong dgnc_poll_counter; /* Times the poller has run */
extern char *dgnc_state_text[]; /* Array of state text */
#endif
OpenPOWER on IntegriCloud