summaryrefslogtreecommitdiff
path: root/xpp/oct612x/octdeviceapi/oct6100api/oct6100_miscellaneous_priv.h
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2012-03-20 05:54:32 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2012-03-20 05:54:32 +0000
commita3cbc4621b11dc8b62c52ff430178e3803295090 (patch)
tree19f241c38a3f30a757a3cbcbb3f6f484538fc841 /xpp/oct612x/octdeviceapi/oct6100api/oct6100_miscellaneous_priv.h
parenteb2b96f06ce3cf7478b767ed723e2f1b46042df5 (diff)
xpp: oct612x: fix build warnings
Signed-off-by: Tzafrir Cohen <tzafrir.cohen@xorcom.com> Origin: http://svnview.digium.com/svn/dahdi?view=rev&rev=10542 git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/branches/2.5@10545 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'xpp/oct612x/octdeviceapi/oct6100api/oct6100_miscellaneous_priv.h')
-rw-r--r--xpp/oct612x/octdeviceapi/oct6100api/oct6100_miscellaneous_priv.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/xpp/oct612x/octdeviceapi/oct6100api/oct6100_miscellaneous_priv.h b/xpp/oct612x/octdeviceapi/oct6100api/oct6100_miscellaneous_priv.h
index c0381f4..70d2fc0 100644
--- a/xpp/oct612x/octdeviceapi/oct6100api/oct6100_miscellaneous_priv.h
+++ b/xpp/oct612x/octdeviceapi/oct6100api/oct6100_miscellaneous_priv.h
@@ -84,14 +84,12 @@ $Octasic_Revision: 20 $
{ \
PVOID _pProcessContext; \
UINT32 _ulUserChipId; \
- UINT32 _ulWriteAddress; \
UINT16 _usWriteData; \
UINT32 _ulWriteLength; \
\
/* Store the data that is to be passed to the user. */ \
_pProcessContext = SmearParams.pProcessContext; \
_ulUserChipId = SmearParams.ulUserChipId; \
- _ulWriteAddress = SmearParams.ulWriteAddress; \
_usWriteData = SmearParams.usWriteData; \
_ulWriteLength = SmearParams.ulWriteLength; \
\