summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wct4xxp/wct4xxp-diag.c
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2009-08-11 21:39:27 +0000
committerShaun Ruffell <sruffell@digium.com>2009-08-11 21:39:27 +0000
commitb58a765a2207224bcfc3a6e9c9201c8f6eab83de (patch)
treee127e148a3af9db9a700b2d44051f6949e98b62b /drivers/dahdi/wct4xxp/wct4xxp-diag.c
parent5ae2331f53d83f284e46b5455100d1d456c69fd5 (diff)
wct4xxp-diag: Fixes to allow it to compile once more.
This is just a debugging tool and wouldn't have affected any operational systems. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@6961 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/wct4xxp/wct4xxp-diag.c')
-rw-r--r--drivers/dahdi/wct4xxp/wct4xxp-diag.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/dahdi/wct4xxp/wct4xxp-diag.c b/drivers/dahdi/wct4xxp/wct4xxp-diag.c
index 9e81c23..e33feed 100644
--- a/drivers/dahdi/wct4xxp/wct4xxp-diag.c
+++ b/drivers/dahdi/wct4xxp/wct4xxp-diag.c
@@ -18,10 +18,10 @@
#include <sys/ioctl.h>
#include <errno.h>
#include <string.h>
-#include <dahdi/kernel.h>
+#include <dahdi/user.h>
#include "wct4xxp.h"
-static struct t4_reg_def {
+struct t4_reg_def {
int reg;
char *name;
int global;