summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-02-07 22:26:38 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-02-07 22:26:38 +0000
commit9faad13d9a957ff5008ef05e490431487f2ac93c (patch)
tree6c8272f95aa2d49506749e5303fbf98dcd87e5a2
parent11ee3f70da56dfec722ead7fe63035732ee31322 (diff)
oops... missed a line in all the back-and-forth merging
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2122 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rw-r--r--xpp/xbus-core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xpp/xbus-core.c b/xpp/xbus-core.c
index f68d04a..2391d44 100644
--- a/xpp/xbus-core.c
+++ b/xpp/xbus-core.c
@@ -438,6 +438,7 @@ static void xbus_poll(struct work_struct *work)
xbus_t *xbus = container_of(work, xbus_t, xpds_init_work);
#else
static void xbus_poll(void *data)
+{
xbus_t *xbus = data;
#endif