summaryrefslogtreecommitdiff
path: root/drivers/dahdi/xpp/xbus-core.h
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2008-10-27 15:57:44 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2008-10-27 15:57:44 +0000
commit1dfdd987165c27d786ef28abd78eca0b67dff62a (patch)
tree4b1e2eb3688f00071f93980e1c497fdc37359192 /drivers/dahdi/xpp/xbus-core.h
parentb50e5115b88a2cf02503b0684d6eeecf0c4807c8 (diff)
xpp: remove an unused manual reference count field.
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@5132 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/xpp/xbus-core.h')
-rw-r--r--drivers/dahdi/xpp/xbus-core.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/dahdi/xpp/xbus-core.h b/drivers/dahdi/xpp/xbus-core.h
index 92d9b12..ee71954 100644
--- a/drivers/dahdi/xpp/xbus-core.h
+++ b/drivers/dahdi/xpp/xbus-core.h
@@ -199,7 +199,6 @@ struct xbus {
#define dev_to_xbus(dev) container_of(dev, struct xbus, astribank)
spinlock_t lock;
- atomic_t xbus_ref_count; /* How many need this struct? */
/* PCM metrics */
struct timeval last_tx_sync;