summaryrefslogtreecommitdiff
path: root/drivers/dahdi/xpp/xpp_dahdi.c
diff options
context:
space:
mode:
authorRussell Bryant <russell@digium.com>2008-08-03 16:25:15 +0000
committerRussell Bryant <russell@digium.com>2008-08-03 16:25:15 +0000
commita20cf9eae8157beadca1f7cf05dd5c716126625a (patch)
tree4c277b1f6b631046cb67f0bf3a743212e5a78006 /drivers/dahdi/xpp/xpp_dahdi.c
parente02e0e560866f94585cb9a8c590a880cddeef6f8 (diff)
Get rid of dahdi_rxsig_t typedef
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4682 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/xpp/xpp_dahdi.c')
-rw-r--r--drivers/dahdi/xpp/xpp_dahdi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dahdi/xpp/xpp_dahdi.c b/drivers/dahdi/xpp/xpp_dahdi.c
index 9c5ebd2..2d36ea4 100644
--- a/drivers/dahdi/xpp/xpp_dahdi.c
+++ b/drivers/dahdi/xpp/xpp_dahdi.c
@@ -540,7 +540,7 @@ void update_xpd_status(xpd_t *xpd, int alarm_flag)
void update_line_status(xpd_t *xpd, int pos, bool to_offhook)
{
- dahdi_rxsig_t rxsig;
+ enum dahdi_rxsig rxsig;
BUG_ON(!xpd);
if(to_offhook) {